mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
c916f388d4
Yamagi A customer of mine had the strange problem, that SDL_SetRelativeMouseMode() was failing for him on Windows 7. Luckily he was willing to provide some debug informations. We could track this problem down to RegisterRawInputDevices() failing due to security software running on his system (Norton Internet Security to be precise, but there are reports of similar problems with other products. For example [1]). Working around this issue with SDL_WarpMouseInWindow() is easy, and while I don't think that SDL2 can provide an internal workaround it would be really nice and helpfull if this could be documentated somewhere. 1: http://forums.codeguru.com/showthread.php?498374-How-to-run-a-very-long-SQL-statement |
||
---|---|---|
.. | ||
blank_cursor.h | ||
default_cursor.h | ||
scancodes_darwin.h | ||
scancodes_linux.h | ||
scancodes_windows.h | ||
scancodes_xfree86.h | ||
SDL_clipboardevents_c.h | ||
SDL_clipboardevents.c | ||
SDL_dropevents_c.h | ||
SDL_dropevents.c | ||
SDL_events_c.h | ||
SDL_events.c | ||
SDL_gesture_c.h | ||
SDL_gesture.c | ||
SDL_keyboard_c.h | ||
SDL_keyboard.c | ||
SDL_mouse_c.h | ||
SDL_mouse.c | ||
SDL_quit.c | ||
SDL_sysevents.h | ||
SDL_touch_c.h | ||
SDL_touch.c | ||
SDL_windowevents_c.h | ||
SDL_windowevents.c |