• Sam Lantinga's avatar
    Date: Fri, 13 Feb 2004 17:03:16 +0100 · c5311cee
    Sam Lantinga authored
    From: Max Horn
    Subject: Modifier key fix
    
    The internal modifier state can get out of sync with reality. To
    trigger this, do for example this:
      1) Launch an SDL app
      2) Alt-click on the desktop (this will hide the SDL app).
      3) Bring the SDL app back to the front
      4) SDL will still think alt is pressed (and as such will treat left
    clicks like middle clicks). If you press and release alt, it'll be fine
    again.
    
    The attached patch cures this by rechecking the modifier state whenever
    we process an event.
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40817
    c5311cee
Name
Last commit
Last update
..
audio Loading commit data...
cdrom Loading commit data...
cpuinfo Loading commit data...
endian Loading commit data...
events Loading commit data...
file Loading commit data...
hermes Loading commit data...
joystick Loading commit data...
main Loading commit data...
thread Loading commit data...
timer Loading commit data...
video Loading commit data...
.cvsignore Loading commit data...
Makefile.am Loading commit data...
SDL.c Loading commit data...
SDL_error.c Loading commit data...
SDL_error_c.h Loading commit data...
SDL_fatal.c Loading commit data...
SDL_fatal.h Loading commit data...
SDL_getenv.c Loading commit data...
SDL_loadso.c Loading commit data...