mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Add WINDOW_FLAG_MOUSE_PASSTHROUGH flag and enabled it for tooltips. Expose window_set_mouse_passthrough to Window.
This commit is contained in:
@@ -1694,7 +1694,10 @@
|
||||
Use [method window_get_safe_title_margins] to determine area under the title bar that is not covered by decorations.
|
||||
[b]Note:[/b] This flag is implemented on macOS.
|
||||
</constant>
|
||||
<constant name="WINDOW_FLAG_MAX" value="7" enum="WindowFlags">
|
||||
<constant name="WINDOW_FLAG_MOUSE_PASSTHROUGH" value="7" enum="WindowFlags">
|
||||
All mouse event as passed to the underlying window of the same application.
|
||||
</constant>
|
||||
<constant name="WINDOW_FLAG_MAX" value="8" enum="WindowFlags">
|
||||
Max value of the [enum WindowFlags].
|
||||
</constant>
|
||||
<constant name="WINDOW_EVENT_MOUSE_ENTER" value="0" enum="WindowEvent">
|
||||
|
||||
Reference in New Issue
Block a user