* Add Player::drop

This commit is contained in:
iProgramInCpp
2023-07-31 17:13:10 +03:00
parent 297f7f3cf4
commit cb085a8956
6 changed files with 63 additions and 4 deletions

View File

@@ -59,8 +59,11 @@ enum
//...
AKEYCODE_9 = '9',
// note: You have to add these here instead of using the
// characters themselves, otherwise android won't pick it up
AKEYCODE_A = 'A',
//...
AKEYCODE_Q = 'Q',
AKEYCODE_T = 'T',
AKEYCODE_Z = 'Z',
AKEYCODE_F4 = VK_F4,