BaseButton.GDNativeClassBinding

Undocumented in source.
struct BaseButton
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_guiInput
GodotMethod!(void, InputEvent) _guiInput;
Undocumented in source.
_pressed
GodotMethod!(void) _pressed;
Undocumented in source.
_toggled
GodotMethod!(void, bool) _toggled;
Undocumented in source.
_unhandledInput
GodotMethod!(void, InputEvent) _unhandledInput;
Undocumented in source.
getActionMode
GodotMethod!(BaseButton.ActionMode) getActionMode;
Undocumented in source.
getButtonGroup
GodotMethod!(ButtonGroup) getButtonGroup;
Undocumented in source.
getButtonMask
GodotMethod!(long) getButtonMask;
Undocumented in source.
getDrawMode
GodotMethod!(BaseButton.DrawMode) getDrawMode;
Undocumented in source.
getEnabledFocusMode
GodotMethod!(Control.FocusMode) getEnabledFocusMode;
Undocumented in source.
getShortcut
GodotMethod!(ShortCut) getShortcut;
Undocumented in source.
isDisabled
GodotMethod!(bool) isDisabled;
Undocumented in source.
isHovered
GodotMethod!(bool) isHovered;
Undocumented in source.
isKeepPressedOutside
GodotMethod!(bool) isKeepPressedOutside;
Undocumented in source.
isPressed
GodotMethod!(bool) isPressed;
Undocumented in source.
isShortcutInTooltipEnabled
GodotMethod!(bool) isShortcutInTooltipEnabled;
Undocumented in source.
isToggleMode
GodotMethod!(bool) isToggleMode;
Undocumented in source.
setActionMode
GodotMethod!(void, long) setActionMode;
Undocumented in source.
setButtonGroup
GodotMethod!(void, ButtonGroup) setButtonGroup;
Undocumented in source.
setButtonMask
GodotMethod!(void, long) setButtonMask;
Undocumented in source.
setDisabled
GodotMethod!(void, bool) setDisabled;
Undocumented in source.
setEnabledFocusMode
GodotMethod!(void, long) setEnabledFocusMode;
Undocumented in source.
setKeepPressedOutside
GodotMethod!(void, bool) setKeepPressedOutside;
Undocumented in source.
setPressed
GodotMethod!(void, bool) setPressed;
Undocumented in source.
setShortcut
GodotMethod!(void, ShortCut) setShortcut;
Undocumented in source.
setShortcutInTooltip
GodotMethod!(void, bool) setShortcutInTooltip;
Undocumented in source.
setToggleMode
GodotMethod!(void, bool) setToggleMode;
Undocumented in source.

Meta