summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.xml
diff options
context:
space:
mode:
authorAlexandre Almeida <[email protected]>2024-01-20 17:22:33 -0300
committerGitHub <[email protected]>2024-01-20 21:22:33 +0100
commit5c25913e095fcf38ecf76abc37917544584c58d3 (patch)
tree6c2ab21eb3bfb662554389ea12d0a774f6bfd94f /parser/output/raylib_api.xml
parent192f7f1b291d21fbe4bdd2c373e6cf94e69272bb (diff)
downloadraylib-5c25913e095fcf38ecf76abc37917544584c58d3.tar.gz
raylib-5c25913e095fcf38ecf76abc37917544584c58d3.zip
Fix Android keycode translation and duplicate key constants (#3733)
* Fix Android keycode translation * Simplify code a bit * Rename KEYCODE_MAPPED_NUM to KEYCODE_MAP_SIZE * Fix KEY_R and KEY_MENU duplicate * Update raylib_api.* by CI --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'parser/output/raylib_api.xml')
-rw-r--r--parser/output/raylib_api.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml
index 4a483b36..2feb6e18 100644
--- a/parser/output/raylib_api.xml
+++ b/parser/output/raylib_api.xml
@@ -437,7 +437,7 @@
<Value name="KEY_KP_ENTER" integer="335" desc="Key: Keypad Enter" />
<Value name="KEY_KP_EQUAL" integer="336" desc="Key: Keypad =" />
<Value name="KEY_BACK" integer="4" desc="Key: Android back button" />
- <Value name="KEY_MENU" integer="82" desc="Key: Android menu button" />
+ <Value name="KEY_MENU" integer="5" desc="Key: Android menu button" />
<Value name="KEY_VOLUME_UP" integer="24" desc="Key: Android volume up button" />
<Value name="KEY_VOLUME_DOWN" integer="25" desc="Key: Android volume down button" />
</Enum>