mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Core: Add dedicated BitField template
This commit is contained in:
parent
7b9c5122fa
commit
0d267e7b1e
46 changed files with 188 additions and 155 deletions
|
|
@ -367,7 +367,7 @@ private:
|
|||
HashMap<int, ObjectID> touch_focus;
|
||||
Control *mouse_focus = nullptr;
|
||||
Control *mouse_click_grabber = nullptr;
|
||||
BitField<MouseButtonMask> mouse_focus_mask;
|
||||
BitField<MouseButtonMask> mouse_focus_mask = MouseButtonMask::NONE;
|
||||
Control *key_focus = nullptr;
|
||||
Control *mouse_over = nullptr;
|
||||
LocalVector<Control *> mouse_over_hierarchy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue