Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
hoverPressed
The state of buttons are both hovered and pressed.
BaseButton.swift:31case hoverPressed
Other cases
case normal
The normal state (i.e. not pressed, not hovered, not toggled and enabled) of buttons.
case pressed
The state of buttons are pressed.
case hover
The state of buttons are hovered.
case disabled
The state of buttons are disabled.