(Android) Cleanups

This commit is contained in:
twinaphex 2015-11-29 16:20:04 +01:00
parent 2d455d78b3
commit 025d2c6328
2 changed files with 2 additions and 6 deletions

View File

@ -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;

View File

@ -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)