Add WINDOW_FLAG_MOUSE_PASSTHROUGH flag and enabled it for tooltips. Expose window_set_mouse_passthrough to Window.
This commit is contained in:
@ -114,6 +114,7 @@ public:
|
||||
bool resize_disabled = false;
|
||||
bool no_focus = false;
|
||||
bool is_popup = false;
|
||||
bool mpass = false;
|
||||
|
||||
Rect2i parent_safe_rect;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user