Sender: Christian Tamasiu From: tamasiu AT informatik DOT tu-muenchen DOT de (Christian Tamasiu) Subject: Allegro Keyboard Problem To: djgpp AT delorie DOT com In-reply-to: <330389AB.3F20@post.comstar.ru> Message-Id: <97Feb13.142302+0100_mez.395711-215+2169@hphalle0.informatik.tu-muenchen.de> Date: Thu, 13 Feb 1997 14:22:48 +0100 Hello! I'm writing a game which needs to detect multiple keypresses. I use KEY_LEFT and KEY_RIGHT for rotation, KEY_UP for thrust and KEY_SPACE for fire. While Allegro will detect the combination KEY_UP, KEY_RIGHT and KEY_SPACE, while the combination KEY_UP, KEY_LEFT and KEY_SPACE doesn't work (Allegro just detects that 2 of the 3 keys are pressed). Why is this? Any fix? Chris.