Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-be-tough
EditorHelp: Improve enum ref resolving and add constant ref support
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</methods>
|
||||
<members>
|
||||
<member name="button_index" type="int" setter="set_button_index" getter="get_button_index">
|
||||
Mouse button identifier, one of the BUTTON_* or BUTTON_WHEEL_* constants in [@GlobalScope].
|
||||
Mouse button identifier, one of the [enum ButtonList] button or button wheel constants.
|
||||
</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.
|
||||
|
||||
Reference in New Issue
Block a user