Dragging multiple objects

From: RPM (rolypolyman_at_gmail.com)
Date: 11/29/04


Date: 29 Nov 2004 14:53:16 -0800

Is there a way I can split a mouse operation onto two objects?

For instance, if I am dragging the mouse across a TImage to paint
a line, am I able to force another TImage to paint a line, too
(as if I had my mouse on top of it)? I need to redirect the
event somehow. Obviously I am doing something a little more
complicated than this, but a general concept would help.
I just need the second component to think the mouse is upon it
rather than somewhere else.

Thanks very much,

RPM



Relevant Pages

  • Re: Dragging multiple objects
    ... if I am dragging the mouse across a TImage to paint ... To find a protected method in the help, ... MouseMove is also. ...
    (comp.lang.pascal.delphi.misc)
  • Re: Dragging multiple objects
    ... if I am dragging the mouse across a TImage to paint ... > I just need the second component to think the mouse is upon it ... If you want to change the appearance of more than one ...
    (comp.lang.pascal.delphi.misc)