mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Android fixups
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user