mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Removed a couple of TODOs
This commit is contained in:
@ -155,8 +155,6 @@ void ProcessGestureEvent(GestureEvent event)
|
||||
dragDistance = Vector2Distance(touchDownPosition, touchUpPosition);
|
||||
dragIntensity = dragDistance/(float)((GetCurrentTime() - swipeTime));
|
||||
|
||||
// TODO: Make getures detection resolution independant
|
||||
|
||||
startMoving = false;
|
||||
|
||||
// Detect GESTURE_SWIPE
|
||||
|
||||
Reference in New Issue
Block a user