initial mouse -> keyboard emulation wrapper (mainly for iphone)

This commit is contained in:
Albert Zeyer
2009-11-16 00:37:56 +01:00
parent 2f885fb451
commit 9831cc7dbc
2 changed files with 89 additions and 2 deletions

View File

@@ -123,7 +123,7 @@
typedef struct stInputCommand
{
bool active;
Uint8 active;
bool lastactive;
//int value;
@@ -188,6 +188,8 @@ private:
void processKeys(int value);
void processJoystickAxis(void);
void processJoystickButton(int value);
void processMouse();
void processMouse(int x, int y, bool down);
#ifdef WIZ
void WIZ_EmuKeyboard( int button, int value );
void WIZ_AdjustVolume( int direction );