SDL/src/video/bwindow
Sam Lantinga f950d1bdc1 Date: Tue, 14 Dec 2004 12:08:30 +0100
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".
2004-12-14 18:23:27 +00:00
..
.cvsignore Initial revision 2001-04-26 16:45:43 +00:00
Makefile.am te: Mon, 15 Dec 2003 08:25:14 -0800 PST 2003-12-16 13:04:44 +00:00
SDL_BView.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_BWin.h Date: Tue, 14 Dec 2004 12:08:30 +0100 2004-12-14 18:23:27 +00:00
SDL_lowvideo.h Date: Mon, 21 Jun 2004 16:52:47 +0200 2004-07-18 19:36:06 +00:00
SDL_sysevents_c.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_sysevents.cc Date: Mon, 21 Jun 2004 16:52:47 +0200 2004-07-18 19:36:06 +00:00
SDL_sysmouse_c.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_sysmouse.cc Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_sysvideo.cc Date: Sat, 03 Jul 2004 02:23:48 +0200 2004-07-18 19:14:33 +00:00
SDL_syswm_c.h Date: Sat, 03 Jul 2004 02:23:48 +0200 2004-07-18 19:14:33 +00:00
SDL_syswm.cc Date: Sat, 03 Jul 2004 02:23:48 +0200 2004-07-18 19:14:33 +00:00
SDL_sysyuv.cc Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_sysyuv.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00