mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +00:00
Re-tie initial SDL mouse grabbing to DEBUGGINGAIDS.
git-svn-id: https://svn.eduke32.com/eduke32@1704 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
1d28272c4a
commit
ed17c7af80
1 changed files with 4 additions and 5 deletions
|
@ -547,8 +547,7 @@ void grabmouse(char a)
|
||||||
{
|
{
|
||||||
if (a != mouseacquired)
|
if (a != mouseacquired)
|
||||||
{
|
{
|
||||||
// #ifndef DEBUGGINGAIDS
|
#ifndef DEBUGGINGAIDS
|
||||||
#if 1
|
|
||||||
SDL_GrabMode g;
|
SDL_GrabMode g;
|
||||||
|
|
||||||
g = SDL_WM_GrabInput(a ? SDL_GRAB_ON : SDL_GRAB_OFF);
|
g = SDL_WM_GrabInput(a ? SDL_GRAB_ON : SDL_GRAB_OFF);
|
||||||
|
|
Loading…
Reference in a new issue