--
[ Picked text/plain from multipart/alternative ]
CONTEXT: We'd like to create a drag-and-drop interface for our mod.  When
the user drags off of a panel, the cursor changes and text/image follows the
cursor as the user drags (i.e. user clicks and drags off a panel containing
text "dog"; cursor changes to dog cursor and text "dog" follows cursor
around).

PROBLEM: The cursor change is no problem.  To make the text/image follow the
cursor, we create a transparent panel with a label/image, then set that
panel's position to the mouse position OnTick.  We've tried setting the tick
to occur every .1 sec to every .001 sec but the panel still noticeably lags
behind the cursor.

QUESTION: Is there a way to 'attach' a panel to the mouse position without
lag?
--

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to