Browse Source

Merge pull request #22487 from KellyThomas/doubleclick

[DOCS] InputEventMouseButton: correct description for doubleclick property
Rémi Verschelde 6 years ago
parent
commit
f6ce0aa89a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/InputEventMouseButton.xml

+ 1 - 1
doc/classes/InputEventMouseButton.xml

@@ -18,7 +18,7 @@
 			Mouse button identifier, one of the BUTTON_* or BUTTON_WHEEL_* constants in [@GlobalScope].
 		</member>
 		<member name="doubleclick" type="bool" setter="set_doubleclick" getter="is_doubleclick">
-			If [code]true[/code] the mouse button's state is a double-click. If [code]false[/code] the mouse button's state is released.
+			If [code]true[/code] the mouse button's state is a double-click.
 		</member>
 		<member name="factor" type="float" setter="set_factor" getter="get_factor">
 			Magnitude. Amount (or delta) of the event. Used for scroll events, indicates scroll amount (vertically or horizontally). Only supported on some platforms, sensitivity varies by platform. May be 0 if not supported.