[SDL] GrabInput and ShowCursor(false)
Pat Marion
r4mbleon at gmail.com
Wed Apr 11 12:38:09 PDT 2007
Hi. I am implementing a mouselook that toggles on when the mouse button is
pressed. When the user presses the left mouse button I call
SDL_ShowCursor(0) and SDL_WM_GrabInput(SDL_GRAB_ON) in that order. 95% of
the time this creates a mouse wraping effect such that the user can move the
mouse infinitely in any direction, but sometimes it stops the mouse from
generating relative motion events once the cursor reaches the window's
edges. This can also happen in fullscreen mode.
I have seen the hack where you use SDL_WarpMouse to move the mouse to the
center when it reaches the window edges, but I am wondering if there is a
correct way to fix my problem? Usually if I click outside the window, then
click the window again it will start behaving. This problem occurs in
Linux, OSX, and Windows builds.
Thanks
Pat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20070411/640e62f5/attachment.html
More information about the SDL
mailing list