Package com.badlogic.gdx.input
-
Interface Summary Interface 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 -
Class Summary 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.RemoteInput AnInputimplementation that receives touch, key, accelerometer and compass events from a remote Android device.RemoteSender Sends all inputs from touch, key, accelerometer and compass to aRemoteInputat the given ip/port.