Interface Gamepad

All Superinterfaces:
org.teavm.jso.JSObject

public interface Gamepad extends org.teavm.jso.JSObject
  • Method Details

    • getAxes

      double[] getAxes()
    • getButtons

      GamepadButton[] getButtons()
    • isConnected

      boolean isConnected()
    • getId

      String getId()
    • getDisplayId

      int getDisplayId()
    • getIndex

      int getIndex()
    • getMapping

      String getMapping()
    • getTimestamp

      double getTimestamp()