Multitouch fix

This commit is contained in:
Joshua Granick
2013-12-01 12:31:22 -08:00
parent 94c01f1cb1
commit c7d151e9f8
3 changed files with 56 additions and 6 deletions

View File

@@ -19,8 +19,11 @@ namespace lime {
void Flip ();
void GetMouse ();
bool getMultitouchSupported ();
bool getMultitouchActive ();
void Resize (const int inWidth, const int inHeight);
void SetCursor (Cursor inCursor);
void setMultitouchActive (bool inActive);
Surface *GetPrimarySurface () { return mPrimarySurface; }
bool isOpenGL () const { return true; }