gizmo27
19th November 2009, 00:51
hi
I'm programming in c++ with API WINDOWS
I got my push button and when I click on : values are increasing
but there's an effect only if I click one time : else nothing happens.
I'd like the values to increased even if the wheel left click is sticked into
the values "stop" when I stop pushing the left click
do you understand ?
to be clear : I push 10 times on the left click and the value increase from '1' to '10' 1 by 1
I want to push only 1 time : and see the values increasing from '1' to '10'
is it possible with a push button ?
I'm programming in c++ with API WINDOWS
I got my push button and when I click on : values are increasing
but there's an effect only if I click one time : else nothing happens.
I'd like the values to increased even if the wheel left click is sticked into
the values "stop" when I stop pushing the left click
do you understand ?
to be clear : I push 10 times on the left click and the value increase from '1' to '10' 1 by 1
I want to push only 1 time : and see the values increasing from '1' to '10'
is it possible with a push button ?