Add rotary input support. Fix documentation
This commit is contained in:
parent
41564aaf77
commit
d5c2a641f0
5 changed files with 35 additions and 3 deletions
|
|
@ -5,6 +5,7 @@
|
|||
</brief_description>
|
||||
<description>
|
||||
Stores information about mouse click events. See [method Node._input].
|
||||
[b]Note:[/b] On Wear OS devices, rotary input is mapped to [constant MOUSE_BUTTON_WHEEL_UP] and [constant MOUSE_BUTTON_WHEEL_DOWN]. This can be changed to [constant MOUSE_BUTTON_WHEEL_LEFT] and [constant MOUSE_BUTTON_WHEEL_RIGHT] with the [member ProjectSettings.input_devices/pointing/android/rotary_input_scroll_axis] setting.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="Using InputEvent">$DOCS_URL/tutorials/inputs/inputevent.html</link>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue