From 7ecad927f36415787b5845a00cd8b7c0bf17403f Mon Sep 17 00:00:00 2001 From: Kelly Thomas Date: Fri, 28 Sep 2018 01:42:41 +0800 Subject: [PATCH] [DOCS] InputEventMouseButton: correct description for doubleclick property --- doc/classes/InputEventMouseButton.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/InputEventMouseButton.xml b/doc/classes/InputEventMouseButton.xml index 50641dceeda..a3a90550878 100644 --- a/doc/classes/InputEventMouseButton.xml +++ b/doc/classes/InputEventMouseButton.xml @@ -18,7 +18,7 @@ Mouse button identifier, one of the BUTTON_* or BUTTON_WHEEL_* constants in [@GlobalScope]. - 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. 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.