Reviewed some TODO

This commit is contained in:
Ray
2021-10-13 23:45:57 +02:00
parent 51b147cd32
commit 83b3478fe4
9 changed files with 41 additions and 33 deletions

View File

@ -412,7 +412,7 @@ void ProcessGestureEvent(GestureEvent event)
}
else if (GESTURES.Touch.pointCount > 2) // More than two touch points
{
// TODO.
// TODO: Process gesture events for more than two points
}
}