InputSingleton._classBinding

Undocumented in source.
struct InputSingleton
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_singleton
godot_object _singleton;
Undocumented in source.
_singletonName
char* _singletonName;
Undocumented in source.
actionPress
GodotMethod!(void, String) actionPress;
Undocumented in source.
actionRelease
GodotMethod!(void, String) actionRelease;
Undocumented in source.
addJoyMapping
GodotMethod!(void, String, bool) addJoyMapping;
Undocumented in source.
getAccelerometer
GodotMethod!(Vector3) getAccelerometer;
Undocumented in source.
getActionStrength
GodotMethod!(double, String) getActionStrength;
Undocumented in source.
getConnectedJoypads
GodotMethod!(Array) getConnectedJoypads;
Undocumented in source.
getGravity
GodotMethod!(Vector3) getGravity;
Undocumented in source.
getGyroscope
GodotMethod!(Vector3) getGyroscope;
Undocumented in source.
getJoyAxis
GodotMethod!(double, long, long) getJoyAxis;
Undocumented in source.
getJoyAxisIndexFromString
GodotMethod!(long, String) getJoyAxisIndexFromString;
Undocumented in source.
getJoyAxisString
GodotMethod!(String, long) getJoyAxisString;
Undocumented in source.
getJoyButtonIndexFromString
GodotMethod!(long, String) getJoyButtonIndexFromString;
Undocumented in source.
getJoyButtonString
GodotMethod!(String, long) getJoyButtonString;
Undocumented in source.
getJoyGuid
GodotMethod!(String, long) getJoyGuid;
Undocumented in source.
getJoyName
GodotMethod!(String, long) getJoyName;
Undocumented in source.
getJoyVibrationDuration
GodotMethod!(double, long) getJoyVibrationDuration;
Undocumented in source.
getJoyVibrationStrength
GodotMethod!(Vector2, long) getJoyVibrationStrength;
Undocumented in source.
getLastMouseSpeed
GodotMethod!(Vector2) getLastMouseSpeed;
Undocumented in source.
getMagnetometer
GodotMethod!(Vector3) getMagnetometer;
Undocumented in source.
getMouseButtonMask
GodotMethod!(long) getMouseButtonMask;
Undocumented in source.
getMouseMode
GodotMethod!(Input.MouseMode) getMouseMode;
Undocumented in source.
isActionJustPressed
GodotMethod!(bool, String) isActionJustPressed;
Undocumented in source.
isActionJustReleased
GodotMethod!(bool, String) isActionJustReleased;
Undocumented in source.
isActionPressed
GodotMethod!(bool, String) isActionPressed;
Undocumented in source.
isJoyButtonPressed
GodotMethod!(bool, long, long) isJoyButtonPressed;
Undocumented in source.
isJoyKnown
GodotMethod!(bool, long) isJoyKnown;
Undocumented in source.
isKeyPressed
GodotMethod!(bool, long) isKeyPressed;
Undocumented in source.
isMouseButtonPressed
GodotMethod!(bool, long) isMouseButtonPressed;
Undocumented in source.
joyConnectionChanged
GodotMethod!(void, long, bool, String, String) joyConnectionChanged;
Undocumented in source.
parseInputEvent
GodotMethod!(void, InputEvent) parseInputEvent;
Undocumented in source.
removeJoyMapping
GodotMethod!(void, String) removeJoyMapping;
Undocumented in source.
setCustomMouseCursor
GodotMethod!(void, Resource, long, Vector2) setCustomMouseCursor;
Undocumented in source.
setDefaultCursorShape
GodotMethod!(void, long) setDefaultCursorShape;
Undocumented in source.
setMouseMode
GodotMethod!(void, long) setMouseMode;
Undocumented in source.
startJoyVibration
GodotMethod!(void, long, double, double, double) startJoyVibration;
Undocumented in source.
stopJoyVibration
GodotMethod!(void, long) stopJoyVibration;
Undocumented in source.
warpMousePosition
GodotMethod!(void, Vector2) warpMousePosition;
Undocumented in source.

Meta