1
0
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:
DualMatrix
2018-09-24 01:56:30 +02:00
parent 2c7908739a
commit 99e3309296
4 changed files with 24 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ public:
DRAW_PRESSED,
DRAW_HOVER,
DRAW_DISABLED,
DRAW_HOVER_PRESSED,
};
DrawMode get_draw_mode() const;