Uses of Interface
com.badlogic.gdx.InputProcessor
-
Packages that use InputProcessor Package Description com.badlogic.gdx com.badlogic.gdx.graphics.g3d.utils com.badlogic.gdx.input com.badlogic.gdx.scenes.scene2d -
-
Uses of InputProcessor in com.badlogic.gdx
Classes in com.badlogic.gdx that implement InputProcessor Modifier and Type Class Description classInputAdapterAn adapter class forInputProcessor.classInputMultiplexerAnInputProcessorthat delegates to an ordered list of other InputProcessors.Methods in com.badlogic.gdx that return InputProcessor Modifier and Type Method Description InputProcessorInput. getInputProcessor()Methods in com.badlogic.gdx that return types with arguments of type InputProcessor Modifier and Type Method Description SnapshotArray<InputProcessor>InputMultiplexer. getProcessors()Methods in com.badlogic.gdx with parameters of type InputProcessor Modifier and Type Method Description voidInputMultiplexer. addProcessor(int index, InputProcessor processor)voidInputMultiplexer. addProcessor(InputProcessor processor)voidInputEventQueue. drain(InputProcessor processor)voidInputMultiplexer. removeProcessor(InputProcessor processor)voidInput. setInputProcessor(InputProcessor processor)Sets theInputProcessorthat will receive all touch and key input events.voidInputMultiplexer. setProcessors(InputProcessor... processors)Method parameters in com.badlogic.gdx with type arguments of type InputProcessor Modifier and Type Method Description voidInputMultiplexer. setProcessors(Array<InputProcessor> processors)Constructors in com.badlogic.gdx with parameters of type InputProcessor Constructor Description InputMultiplexer(InputProcessor... processors) -
Uses of InputProcessor in com.badlogic.gdx.graphics.g3d.utils
Classes in com.badlogic.gdx.graphics.g3d.utils that implement InputProcessor Modifier and Type Class Description classCameraInputControllerclassFirstPersonCameraControllerTakes aCamerainstance and controls it via w,a,s,d and mouse panning. -
Uses of InputProcessor in com.badlogic.gdx.input
Classes in com.badlogic.gdx.input that implement InputProcessor Modifier and Type Class Description classGestureDetectorInputProcessorimplementation that detects gestures (tap, long press, fling, pan, zoom, pinch) and hands them to aGestureDetector.GestureListener.classRemoteSenderSends all inputs from touch, key, accelerometer and compass to aRemoteInputat the given ip/port.Methods in com.badlogic.gdx.input that return InputProcessor Modifier and Type Method Description InputProcessorRemoteInput. getInputProcessor()Methods in com.badlogic.gdx.input with parameters of type InputProcessor Modifier and Type Method Description voidRemoteInput. setInputProcessor(InputProcessor processor) -
Uses of InputProcessor in com.badlogic.gdx.scenes.scene2d
Classes in com.badlogic.gdx.scenes.scene2d that implement InputProcessor Modifier and Type Class Description classStageA 2D scene graph containing hierarchies ofactors.
-