• Sam Lantinga's avatar
    Date: Tue, 14 Dec 2004 12:08:30 +0100 · e91603ac
    Sam Lantinga authored
    From: Marcin Konicki
    Subject: Re: [SDL] SDL 1.2.8 Prerelease
    
    I'm sending small fix for BeOS, which prevents filling up SDL's message
    queue too fast.
    Without it, SDL receives "key down" messages from BeOS code, for each key
    repeat (BeOS handles key repeats itself, and application can check if
    received "key down" message from BeOS is first time key down, or if it's
    repeat, and which repeat it is). Since there is no way for "sdl driver" to
    turn off "default" SDL's key-repeat mechanism, they were working both at
    the same time (and queue could be filled up very fast).
    So this patch removes handling "key down" message from BeOS if it's
    key_repeat "type".
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401014
    e91603ac
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...