InputEventWithModifiers.GDNativeClassBinding

Undocumented in source.

Members

Static variables

getAlt
GodotMethod!(bool) getAlt;
Undocumented in source.
getCommand
GodotMethod!(bool) getCommand;
Undocumented in source.
getControl
GodotMethod!(bool) getControl;
Undocumented in source.
getMetakey
GodotMethod!(bool) getMetakey;
Undocumented in source.
getShift
GodotMethod!(bool) getShift;
Undocumented in source.
setAlt
GodotMethod!(void, bool) setAlt;
Undocumented in source.
setCommand
GodotMethod!(void, bool) setCommand;
Undocumented in source.
setControl
GodotMethod!(void, bool) setControl;
Undocumented in source.
setMetakey
GodotMethod!(void, bool) setMetakey;
Undocumented in source.
setShift
GodotMethod!(void, bool) setShift;
Undocumented in source.

Meta