hedgewars/uWorld.pas
changeset 2590 e7e87e3c67db
parent 2581 10f03732ea60
child 2599 c7153d2348f3
equal deleted inserted replaced
2589:4329597c85c8 2590:e7e87e3c67db
   343 //glScalef(1.0, 1.0, 1.0);
   343 //glScalef(1.0, 1.0, 1.0);
   344 
   344 
   345 {$IFDEF IPHONEOS}
   345 {$IFDEF IPHONEOS}
   346 {* see the code in MainLoop *}
   346 {* see the code in MainLoop *}
   347 SDL_GetMouseState(0, @x, @y);
   347 SDL_GetMouseState(0, @x, @y);
   348 if ((x > 50) and (x <= 270) and (y > 50) and (y <= 430)) then
   348 if ((x > 50) and (x <= 270) and (y > 50) and (y <= 330)) then
   349 {$ENDIF}
   349 {$ENDIF}
   350 if not isPaused then MoveCamera;
   350 if not isPaused then MoveCamera;
   351 
   351 
   352 if not cReducedQuality then
   352 if not cReducedQuality then
   353     begin
   353     begin