08-17-2013, 01:03 PM
no for both hypothesis.
Maybe related to key up / down? would find a way to act on only key up without counting key down,
but i thought it was handled by
if(!(k.flags&LLKHF_UP)) goto gNext
gNext
ret CallNextHookEx(0 nCode message &k)
Maybe related to key up / down? would find a way to act on only key up without counting key down,
but i thought it was handled by
if(!(k.flags&LLKHF_UP)) goto gNext
gNext
ret CallNextHookEx(0 nCode message &k)
