mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-18 17:28:15 +00: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