Touch and gestures.
This commit is contained in:
@@ -99,3 +99,14 @@ int lcoreGetMousePosition( lua_State *L );
|
||||
int lcoreGetMouseDelta( lua_State *L );
|
||||
int lcoreGetMouseWheelMove( lua_State *L );
|
||||
int lcoreSetMousePosition( lua_State *L );
|
||||
int lcoreGetTouchPosition( lua_State *L );
|
||||
int lcoreGetTouchPointId( lua_State *L );
|
||||
int lcoreGetTouchPointCount( lua_State *L );
|
||||
int lcoreSetGesturesEnabled( lua_State *L );
|
||||
int lcoreIsGestureDetected( lua_State *L );
|
||||
int lcoreGetGestureDetected( lua_State *L );
|
||||
int lcoreGetGestureHoldDuration( lua_State *L );
|
||||
int lcoreGetGestureDragVector( lua_State *L );
|
||||
int lcoreGetGestureDragAngle( lua_State *L );
|
||||
int lcoreGetGesturePinchVector( lua_State *L );
|
||||
int lcoreGetGesturePinchAngle( lua_State *L );
|
||||
|
||||
Reference in New Issue
Block a user