changeset 12793 | 575c0de98505 |
parent 12711 | 20dbb3a03e61 |
child 12801 | 8a359cc248d1 |
12792:8fa21750470f | 12793:575c0de98505 |
---|---|
362 end; |
362 end; |
363 |
363 |
364 if not allOK then exit; |
364 if not allOK then exit; |
365 //SDL_StartTextInput(); |
365 //SDL_StartTextInput(); |
366 SDL_ShowCursor(0); |
366 SDL_ShowCursor(0); |
367 SDL_SetRelativeMouseMode(true); |
|
367 |
368 |
368 |
369 |
369 {$IFDEF USE_VIDEO_RECORDING} |
370 {$IFDEF USE_VIDEO_RECORDING} |
370 if GameType = gmtRecord then |
371 if GameType = gmtRecord then |
371 InitOffscreenOpenGL() |
372 InitOffscreenOpenGL() |