client |
The output I expected following a Double-click and hold by the user:
MDWN
MUP
MDWN
MUP
DCL
MDWN
Instead I receive:
MDWN
MUP
DCL
And when I release the held Double click, I get a second MUP from the output.
Double Clicking sends an identical output:
MDWN
MUP
DCL
MUP
The odd thing is, that the engine isn't sending double a MouseDown if the client is eligible to perform a DoubleClick.
I can perform a bit of a workaround by causing a DoubleClick to only be called after a MouseUp, and if no MouseUp has been called before a set period of time, to call a holding procedure.
Really, my big issue with this is just how screwed up the process is. The MouseDown Proc really ought to be called ANY time the mouse is down, and not just during a single click.