mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-22 01:57:18 +01:00
parent
79510b7569
commit
33ae5e5e99
@ -230,9 +230,7 @@ private:
|
||||
win = GetSDLWindow(winID);
|
||||
|
||||
// Simple relative mode support for mouse.
|
||||
if ((SDL_GetMouse()->relative_mode ||
|
||||
(win->flags & SDL_WINDOW_INPUT_GRABBED)) &&
|
||||
(win->flags & SDL_WINDOW_INPUT_FOCUS)) {
|
||||
if (SDL_GetMouse()->relative_mode) {
|
||||
int winWidth, winHeight, winPosX, winPosY;
|
||||
SDL_GetWindowSize(win, &winWidth, &winHeight);
|
||||
SDL_GetWindowPosition(win, &winPosX, &winPosY);
|
||||
|
Loading…
Reference in New Issue
Block a user