Some gestures comments tweaks...
This commit is contained in:
parent
13bef7aa02
commit
d1133ca8d3
2 changed files with 5 additions and 5 deletions
|
@ -2674,7 +2674,7 @@ static EM_BOOL EmscriptenInputCallback(int eventType, const EmscriptenTouchEvent
|
|||
gestureEvent.position[1].y /= (float)GetScreenHeight();
|
||||
|
||||
// Gesture data is sent to gestures system for processing
|
||||
ProcessGestureEvent(gestureEvent); // Process obtained gestures data
|
||||
ProcessGestureEvent(gestureEvent);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue