You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Added hover_pressed style to CheckBox and CheckButton
Added hover_pressed style to CheckBox and CheckButton. If no style is defined for this property it will default to the pressed property.
This commit is contained in:
@@ -85,6 +85,7 @@ public:
|
||||
DRAW_PRESSED,
|
||||
DRAW_HOVER,
|
||||
DRAW_DISABLED,
|
||||
DRAW_HOVER_PRESSED,
|
||||
};
|
||||
|
||||
DrawMode get_draw_mode() const;
|
||||
|
||||
Reference in New Issue
Block a user