hedgewars/hwengine.pas
changeset 12793 575c0de98505
parent 12711 20dbb3a03e61
child 12801 8a359cc248d1
--- a/hedgewars/hwengine.pas	Sat Oct 28 07:59:41 2017 +0200
+++ b/hedgewars/hwengine.pas	Sat Oct 28 17:48:54 2017 +0200
@@ -364,6 +364,7 @@
     if not allOK then exit;
     //SDL_StartTextInput();
     SDL_ShowCursor(0);
+    SDL_SetRelativeMouseMode(true);
 
 
 {$IFDEF USE_VIDEO_RECORDING}