(Android) Cleanups
This commit is contained in:
parent
2d455d78b3
commit
025d2c6328
|
@ -34,12 +34,6 @@
|
||||||
|
|
||||||
#define MAX_TOUCH 16
|
#define MAX_TOUCH 16
|
||||||
|
|
||||||
#define AKEY_EVENT_NO_ACTION 255
|
|
||||||
|
|
||||||
#ifndef AKEYCODE_ASSIST
|
|
||||||
#define AKEYCODE_ASSIST 219
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
float x;
|
float x;
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
#include "keyboard_event_android.h"
|
#include "keyboard_event_android.h"
|
||||||
|
|
||||||
|
#define AKEYCODE_ASSIST 219
|
||||||
|
|
||||||
#define LAST_KEYCODE AKEYCODE_ASSIST
|
#define LAST_KEYCODE AKEYCODE_ASSIST
|
||||||
|
|
||||||
#define MAX_KEYS ((LAST_KEYCODE + 7) / 8)
|
#define MAX_KEYS ((LAST_KEYCODE + 7) / 8)
|
||||||
|
|
Loading…
Reference in New Issue