The DrawCommand does not surface double click or mouse movement information. It may be possible however to use a timer to find out where the mouse is located on a small interval or the OnMouseMove event on the main form. You could also use a Windows API call to get the mouse position and compare it to the drawcommand position. Maybe the Delphi ClientToScreen method and the Mouse object will help.
Comments
The DrawCommand does not surface double click or mouse movement information.
It may be possible however to use a timer to find out where the mouse is
located on a small interval or the OnMouseMove event on the main form. You
could also use a Windows API call to get the mouse position and compare it
to the drawcommand position. Maybe the Delphi ClientToScreen method and the
Mouse object will help.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com