public interface IOSInput
extends com.badlogic.gdx.Input
| Modifier and Type | Method and Description |
|---|---|
boolean |
onKey(org.robovm.apple.uikit.UIKey key,
boolean down) |
void |
onTouch(long touches)
Records touch events
|
void |
processEvents()
Process all touch events that have been registered on #onTouch().
|
void |
setupPeripherals()
Initializes peripherals (such as compass or accelerometer)
|
cancelVibrate, 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, vibratevoid setupPeripherals()
void onTouch(long touches)
void processEvents()
boolean onKey(org.robovm.apple.uikit.UIKey key,
boolean down)