You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Make switch_on_hover work on embedded windows
This commit is contained in:
@@ -42,6 +42,8 @@ class MenuButton : public Button {
|
||||
bool disable_shortcuts = false;
|
||||
PopupMenu *popup;
|
||||
|
||||
Vector2i mouse_pos_adjusted;
|
||||
|
||||
Array _get_items() const;
|
||||
void _set_items(const Array &p_items);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user