mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
(Android) Cleanups
This commit is contained in:
parent
2d455d78b3
commit
025d2c6328
@ -34,12 +34,6 @@
|
||||
|
||||
#define MAX_TOUCH 16
|
||||
|
||||
#define AKEY_EVENT_NO_ACTION 255
|
||||
|
||||
#ifndef AKEYCODE_ASSIST
|
||||
#define AKEYCODE_ASSIST 219
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
{
|
||||
float x;
|
||||
|
@ -15,6 +15,8 @@
|
||||
|
||||
#include "keyboard_event_android.h"
|
||||
|
||||
#define AKEYCODE_ASSIST 219
|
||||
|
||||
#define LAST_KEYCODE AKEYCODE_ASSIST
|
||||
|
||||
#define MAX_KEYS ((LAST_KEYCODE + 7) / 8)
|
||||
|
Loading…
x
Reference in New Issue
Block a user