[SDL] SDL_Video - Help with fullscreen, suppressed mouse and mouse click coords
Brian Barrett
brian.ripoff at gmail.com
Tue Sep 5 16:44:07 PDT 2006
Worked okay for me. I downloaded the latest version of SDL for windows just
now.
Sample output:
Initializing SDL.
SDL initialized.
Screen set to resolution 1280, 1024
mouse click at 0, 0
mouse click at 727, 430
mouse click at 881, 156
mouse click at 340, 511
mouse click at 186, 0
mouse click at 68, 0
mouse click at 37, 0
mouse click at 752, 779
escape key down is pressed
escape key up is pressed
p key down is pressed
p key up is pressed
q key down is pressed
q key up is pressed
Why do you turn on and off the mouse like that? I tried it again putting the
call to SDL_ShowCursor before the main loop, as I imagine your actual code
does, and it still worked.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20060906/a2106fb7/attachment.html
More information about the SDL
mailing list