12 Jan
2009
12 Jan
'09
10:53 a.m.
"Ge van Geldorp" <ge(a)gse.nl> wrote:
static const struct message WmKeyUpSkippedSeq[] = { - { HCBT_KEYSKIPPED, hook|wparam|lparam|optional, 'N', 0xc0000001 }, /* XP */ + { HCBT_KEYSKIPPED, hook|wparam|optional, 'N' }, /* XP */ + { 0 } +}; +static const struct message WmUserKeyUpSkippedSeq[] = +{ + { WM_USER, sent }, + { HCBT_KEYSKIPPED, hook|wparam|optional, 'N' }, /* XP */ { 0 } };
Please don't remove lparam checks, add message sequences for key down messages instead. -- Dmitry.