|
|
@ -1152,6 +1152,8 @@ static int32_t AndroidInputCallback(struct android_app *app, AInputEvent *event) |
|
|
|
{ |
|
|
|
gestureEvent.pointId[i] = CORE.Input.Touch.pointId[i]; |
|
|
|
gestureEvent.position[i] = CORE.Input.Touch.position[i]; |
|
|
|
gestureEvent.position[i].x /= (float)GetScreenWidth(); |
|
|
|
gestureEvent.position[i].y /= (float)GetScreenHeight(); |
|
|
|
} |
|
|
|
|
|
|
|
// Gesture data is sent to gestures system for processing |
|
|
|