mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
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>
This commit is contained in:
committed by
GitHub
parent
192f7f1b29
commit
5c25913e09
@ -2069,7 +2069,7 @@ return {
|
||||
},
|
||||
{
|
||||
name = "KEY_MENU",
|
||||
value = 82,
|
||||
value = 5,
|
||||
description = "Key: Android menu button"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user