summaryrefslogtreecommitdiffstats
path: root/doc/classes/InputEventMouse.xml
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-09-20 19:37:32 -0500
committerAaron Franke <arnfranke@yahoo.com>2021-09-20 20:59:33 -0500
commitd54f2ad7cac0f15c757ace54ad209fcedb3053bf (patch)
tree3dcb8a63bdbad82e7b2d591879a0efa173244cbd /doc/classes/InputEventMouse.xml
parent2d1699ef82a29ef65d810194ee76dddc0d9e0389 (diff)
downloadredot-engine-d54f2ad7cac0f15c757ace54ad209fcedb3053bf.tar.gz
Don't generate empty doc sections and reduce code duplication
Diffstat (limited to 'doc/classes/InputEventMouse.xml')
-rw-r--r--doc/classes/InputEventMouse.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/classes/InputEventMouse.xml b/doc/classes/InputEventMouse.xml
index b8043118b7..b06068aff3 100644
--- a/doc/classes/InputEventMouse.xml
+++ b/doc/classes/InputEventMouse.xml
@@ -9,8 +9,6 @@
<tutorials>
<link title="InputEvent">https://docs.godotengine.org/en/latest/tutorials/inputs/inputevent.html</link>
</tutorials>
- <methods>
- </methods>
<members>
<member name="button_mask" type="int" setter="set_button_mask" getter="get_button_mask" default="0">
The mouse button mask identifier, one of or a bitwise combination of the [enum MouseButton] button masks.
@@ -22,6 +20,4 @@
The local mouse position relative to the [Viewport]. If used in [method Control._gui_input], the position is relative to the current [Control] which is under the mouse.
</member>
</members>
- <constants>
- </constants>
</class>