I'm trying to give orders to a shape by clicking on it and dragging the mouse to the new position.
The problem is that I'm receiving a MouseDown event immediattely followed by a MouseUp event (which didn't happen) then the MouseMove
events and at the end I receive another MouseUp event.
Important: This happened with the cursormode cmSelection, if I change the cursormode to cmNone, the event sequence is correct ( i.e. MouseDown->MouseMove(...)->MouseUp)
Comments: Won't be fixed. Reasons and a possible workaround are given in comment.
The problem is that I'm receiving a MouseDown event immediattely followed by a MouseUp event (which didn't happen) then the MouseMove
events and at the end I receive another MouseUp event.
Important: This happened with the cursormode cmSelection, if I change the cursormode to cmNone, the event sequence is correct ( i.e. MouseDown->MouseMove(...)->MouseUp)
Comments: Won't be fixed. Reasons and a possible workaround are given in comment.