Fix typo and add missing docs for WINDOW_FLAG_MOUSE_PASSTHROUGH.
This commit is contained in:
@ -1695,7 +1695,7 @@
|
|||||||
[b]Note:[/b] This flag is implemented on macOS.
|
[b]Note:[/b] This flag is implemented on macOS.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="WINDOW_FLAG_MOUSE_PASSTHROUGH" 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.
|
All mouse events are passed to the underlying window of the same application.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="WINDOW_FLAG_MAX" value="8" enum="WindowFlags">
|
<constant name="WINDOW_FLAG_MAX" value="8" enum="WindowFlags">
|
||||||
Max value of the [enum WindowFlags].
|
Max value of the [enum WindowFlags].
|
||||||
|
|||||||
@ -729,6 +729,7 @@
|
|||||||
[b]Note:[/b] This flag is implemented on macOS.
|
[b]Note:[/b] This flag is implemented on macOS.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="FLAG_MOUSE_PASSTHROUGH" value="7" enum="Flags">
|
<constant name="FLAG_MOUSE_PASSTHROUGH" value="7" enum="Flags">
|
||||||
|
All mouse events are passed to the underlying window of the same application.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="FLAG_MAX" value="8" enum="Flags">
|
<constant name="FLAG_MAX" value="8" enum="Flags">
|
||||||
Max value of the [enum Flags].
|
Max value of the [enum Flags].
|
||||||
|
|||||||
Reference in New Issue
Block a user