Interface Lwjgl3Input

  • All Superinterfaces:
    com.badlogic.gdx.utils.Disposable, com.badlogic.gdx.Input
    All Known Implementing Classes:
    DefaultLwjgl3Input

    public interface Lwjgl3Input
    extends com.badlogic.gdx.Input, com.badlogic.gdx.utils.Disposable
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.badlogic.gdx.Input

        com.badlogic.gdx.Input.Buttons, com.badlogic.gdx.Input.Keys, com.badlogic.gdx.Input.OnscreenKeyboardType, com.badlogic.gdx.Input.Orientation, com.badlogic.gdx.Input.Peripheral, com.badlogic.gdx.Input.TextInputListener, com.badlogic.gdx.Input.VibrationType
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void prepareNext()  
      void resetPollingStates()  
      void update()  
      void windowHandleChanged​(long windowHandle)  
      • Methods inherited from interface com.badlogic.gdx.utils.Disposable

        dispose
      • Methods inherited from interface com.badlogic.gdx.Input

        getAccelerometerX, getAccelerometerY, getAccelerometerZ, getAzimuth, getCurrentEventTime, getDeltaX, getDeltaX, getDeltaY, getDeltaY, getGyroscopeX, getGyroscopeY, getGyroscopeZ, getInputProcessor, getMaxPointers, getNativeOrientation, getPitch, getPressure, getPressure, getRoll, getRotation, getRotationMatrix, getTextInput, getTextInput, getX, getX, getY, getY, isButtonJustPressed, isButtonPressed, isCatchBackKey, isCatchKey, isCatchMenuKey, isCursorCatched, isKeyJustPressed, isKeyPressed, isPeripheralAvailable, isTouched, isTouched, justTouched, setCatchBackKey, setCatchKey, setCatchMenuKey, setCursorCatched, setCursorPosition, setInputProcessor, setOnscreenKeyboardVisible, setOnscreenKeyboardVisible, vibrate, vibrate, vibrate, vibrate
    • Method Detail

      • windowHandleChanged

        void windowHandleChanged​(long windowHandle)
      • update

        void update()
      • prepareNext

        void prepareNext()
      • resetPollingStates

        void resetPollingStates()