| Re: [AD] Bug Report |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
In wkeybd.c:
static void key_dinput_handle_scancode(unsigned char scancode, int pressed)
/* emulate PAUSE scancode sequence */
if (scancode == DIK_PAUSE) {
int i;
_handle_pckey(0xE1);
for (i=0; i < 5; i++)
_handle_pckey(0);
return;
}
^^ Looks Interesting to me. Now where did that i<5 come from?
--
V Karthik Kumar
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |