What happen until now is this:
Any line happens once, and if I use awhile(1)
or while (nFlags == MK_LBUTTON)
its working as it should but I get a crash.
The other problem, or maybe the same one is the delay if I will be able to do it, maybe using while()
with Timer()
?
I was thinking about Timer()
to recall the function with delay but I can't call OnLButtonDown()
because asI understand it only a message can call it with the arguments.