Hi,
Why do we have an event called MouseDown if it does nothing until the mouse is released ?
I'm trying to time the length of MouseDown with a timer, but the timer doesn't start until MouseUp !
Yes, if I only wanted to measure the time period I could use the internal clock, but I want to trigger an event with the timer Tick.
Poppa
Why do we have an event called MouseDown if it does nothing until the mouse is released ?
I'm trying to time the length of MouseDown with a timer, but the timer doesn't start until MouseUp !
Yes, if I only wanted to measure the time period I could use the internal clock, but I want to trigger an event with the timer Tick.
Poppa