05-05-2007, 04:27 PM
The macro can check middle button state...
Tested with wheel forward trigger, 'When released' unchecked.
To make it more reliable:
------
Not sure I understand. I not speak English well.
Tested with wheel forward trigger, 'When released' unchecked.
To make it more reliable:
int+ g_lastWheelTick
ifk (4)
,g_lastWheelTick=GetTickCount
,;macro1
,out 1
else
,if(GetTickCount-g_lastWheelTick<500) goto macro1
,g_lastWheelTick=0
,;macro0
,out 0------
Quote:Is it customary to tip for answered solutions? I was reading that the Google Answers folks work on tips too. Anyway, Gintaras, you deserve it!!!!! and I would be happy to comply.....
Not sure I understand. I not speak English well.
