Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - apoc

Pages: [1]
1
Feature requests / Mouse capture/grab
« on: October 26, 2010, 08:29:05 pm »
So is there really no grab input (like SDL_WM_GrabInput in SDL) for SFML? I'm currently trying to implement mouse look but looks like its impossible in window mode?!

Update!
The mouse look is working now, currently I'm using the workaround described by l0calh05t. But it would be really great if SFML is implementing a cross-platform input grabbing feature like SDL does with SDL_WM_GrabInput. Here is for instance the X11 implementation using XGrabPointer: X11_GrabInputNoLock

Pages: [1]
anything