mirror of
https://github.com/fallout2-ce/fallout2-ce.git
synced 2026-07-27 16:47:11 -07:00
Compare commits
1
Commits
scopeconfig
...
fix-mouse
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7dab1e6219 |
@@ -60,10 +60,6 @@ bool mouseDeviceInitMode()
|
||||
return SDL_SetRelativeMouseMode(SDL_TRUE) == 0;
|
||||
}
|
||||
|
||||
if (SDL_SetRelativeMouseMode(SDL_FALSE) != 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
mouseRelativeMode = false;
|
||||
mouseDeviceRefreshWindowMapping();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user