InputEvent.GDNativeClassBinding

Undocumented in source.

Members

Static variables

accumulate
GodotMethod!(bool, InputEvent) accumulate;
Undocumented in source.
asText
GodotMethod!(String) asText;
Undocumented in source.
getActionStrength
GodotMethod!(double, String) getActionStrength;
Undocumented in source.
getDevice
GodotMethod!(long) getDevice;
Undocumented in source.
isAction
GodotMethod!(bool, String) isAction;
Undocumented in source.
isActionPressed
GodotMethod!(bool, String, bool) isActionPressed;
Undocumented in source.
isActionReleased
GodotMethod!(bool, String) isActionReleased;
Undocumented in source.
isActionType
GodotMethod!(bool) isActionType;
Undocumented in source.
isEcho
GodotMethod!(bool) isEcho;
Undocumented in source.
isPressed
GodotMethod!(bool) isPressed;
Undocumented in source.
setDevice
GodotMethod!(void, long) setDevice;
Undocumented in source.
shortcutMatch
GodotMethod!(bool, InputEvent) shortcutMatch;
Undocumented in source.
xformedBy
GodotMethod!(InputEvent, Transform2D, Vector2) xformedBy;
Undocumented in source.

Meta