Android fixups

This commit is contained in:
elasota
2020-10-12 00:37:32 -04:00
parent 5fbf3f5df0
commit 3b6ae1dba5
15 changed files with 162 additions and 75 deletions

View File

@@ -422,7 +422,7 @@ namespace touchScreenControlGraphics
typedef touchScreenControlGraphics::touchScreenControlGraphic touchScreenControlGraphic_t;
typedef struct
struct touchScreenControlState
{
static const int kMaxFingers = 4;
@@ -430,4 +430,6 @@ typedef struct
touchScreenFingerState fingers[kMaxFingers];
DrawSurface *graphics[touchScreenControlGraphics::Count];
} touchScreenControlState, *touchScreenControlStatePtr;
};
typedef touchScreenControlState *touchScreenControlStatePtr;