Uses of Package
com.badlogic.gdx.input
-
Packages that use com.badlogic.gdx.input Package Description com.badlogic.gdx.graphics.g3d.utils com.badlogic.gdx.input com.badlogic.gdx.scenes.scene2d.utils -
Classes in com.badlogic.gdx.input used by com.badlogic.gdx.graphics.g3d.utils Class Description GestureDetector InputProcessorimplementation that detects gestures (tap, long press, fling, pan, zoom, pinch) and hands them to aGestureDetector.GestureListener.GestureDetector.GestureAdapter Derrive from this if you only want to implement a subset ofGestureDetector.GestureListener.GestureDetector.GestureListener Register an instance of this class with aGestureDetectorto receive gestures such as taps, long presses, flings, panning or pinch zooming. -
Classes in com.badlogic.gdx.input used by com.badlogic.gdx.input Class Description GestureDetector.GestureListener Register an instance of this class with aGestureDetectorto receive gestures such as taps, long presses, flings, panning or pinch zooming.RemoteInput.RemoteInputListener -
Classes in com.badlogic.gdx.input used by com.badlogic.gdx.scenes.scene2d.utils Class Description GestureDetector InputProcessorimplementation that detects gestures (tap, long press, fling, pan, zoom, pinch) and hands them to aGestureDetector.GestureListener.