Public Functions

native float GetSensitivity()

native void SetSensitivity(float scale)

native float GetAxisScale(int axis)

native void SetAxisScale(
int axis,
float scale
)

native float GetAxisDeadZone(int axis)

native void SetAxisDeadZone(
int axis,
float zone
)

native int GetAxisMap(int axis)

native void SetAxisMap(
int axis,
int gameaxis
)

native String GetName()

native int GetNumAxes()

native String GetAxisName(int axis)

Inner Enums