Removed a couple of TODOs
This commit is contained in:
parent
d042ed52fa
commit
0dfc7fffff
2 changed files with 0 additions and 3 deletions
|
@ -155,8 +155,6 @@ void ProcessGestureEvent(GestureEvent event)
|
||||||
dragDistance = Vector2Distance(touchDownPosition, touchUpPosition);
|
dragDistance = Vector2Distance(touchDownPosition, touchUpPosition);
|
||||||
dragIntensity = dragDistance/(float)((GetCurrentTime() - swipeTime));
|
dragIntensity = dragDistance/(float)((GetCurrentTime() - swipeTime));
|
||||||
|
|
||||||
// TODO: Make getures detection resolution independant
|
|
||||||
|
|
||||||
startMoving = false;
|
startMoving = false;
|
||||||
|
|
||||||
// Detect GESTURE_SWIPE
|
// Detect GESTURE_SWIPE
|
||||||
|
|
|
@ -1611,7 +1611,6 @@ void rlglInitGraphics(int offsetX, int offsetY, int width, int height)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get world coordinates from screen coordinates
|
// Get world coordinates from screen coordinates
|
||||||
// TODO: It doesn't work! It drives me crazy!
|
|
||||||
// NOTE: Using global variables: screenWidth, screenHeight
|
// NOTE: Using global variables: screenWidth, screenHeight
|
||||||
Vector3 rlglUnproject(Vector3 source, Matrix proj, Matrix view)
|
Vector3 rlglUnproject(Vector3 source, Matrix proj, Matrix view)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue