Rotary input for 3.x

This commit is contained in:
Aleksey Kapustyanenko
2024-02-18 14:04:32 +04:00
parent 354404db60
commit 99c8cd2b17
5 changed files with 39 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
</brief_description>
<description>
Contains mouse click information. See [method Node._input].
[b]Note:[/b] On Wear OS devices, rotary input is mapped to [constant BUTTON_WHEEL_UP] and [constant BUTTON_WHEEL_DOWN]. This can be changed to [constant BUTTON_WHEEL_LEFT] and [constant BUTTON_WHEEL_RIGHT] with the [member ProjectSettings.input_devices/pointing/android/rotary_input_scroll_axis] setting.
</description>
<tutorials>
<link>$DOCS_URL/tutorials/inputs/mouse_and_input_coordinates.html</link>