com.badlogic.gdx.backends.iosrobovm.IOSInput Maven / Gradle / Ivy
/*DO NOT EDIT THIS FILE - it is machine generated*/
package com.badlogic.gdx.backends.iosrobovm;
import com.badlogic.gdx.Input;
import org.robovm.apple.uikit.UIKey;
/** DO NOT EDIT THIS FILE - it is machine generated */
public interface IOSInput extends Input {
/** Initializes peripherals (such as compass or accelerometer) */
void setupPeripherals ();
/** Records touch events */
void onTouch (long touches);
/** Process all touch events that have been registered on #onTouch(). */
void processEvents ();
boolean onKey (UIKey key, boolean down);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy