Merge pull request #22487 from KellyThomas/doubleclick
[DOCS] InputEventMouseButton: correct description for doubleclick property
This commit is contained in:
commit
f6ce0aa89a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue