mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Enable BUTTON_FORWARD and BUTTON_BACK mouse buttons on Android
This commit is contained in:
@@ -2020,16 +2020,16 @@
|
||||
Help key.
|
||||
</constant>
|
||||
<constant name="KEY_BACK" value="4194376" enum="Key">
|
||||
Media back key. Not to be confused with the Back button on an Android device.
|
||||
Back key.
|
||||
</constant>
|
||||
<constant name="KEY_FORWARD" value="4194377" enum="Key">
|
||||
Media forward key.
|
||||
Forward key.
|
||||
</constant>
|
||||
<constant name="KEY_STOP" value="4194378" enum="Key">
|
||||
Media stop key.
|
||||
</constant>
|
||||
<constant name="KEY_REFRESH" value="4194379" enum="Key">
|
||||
Media refresh key.
|
||||
Refresh key.
|
||||
</constant>
|
||||
<constant name="KEY_VOLUMEDOWN" value="4194380" enum="Key">
|
||||
Volume down key.
|
||||
|
||||
Reference in New Issue
Block a user