CursorMoving

This is a preemptive notification of cursor movement, allowing containers to inspect the event before passing it on to their children. The position coordinates in the event are always in Widget level coordinates. Consuming this event signifies the desire to keep the event local, in which case children will receive CursorLeave if necessary, but will not process a CursorMoving or CursorMove event. By default all Widget derived classes will consume this event within onCursorMoving() if their Enabled property is false, or if the event's position is outside of the coverage area defined by the Widget::isInside() implementation.

Unlike CursorMove, this event occurs for all unconsumed cursor movement within the widget's container, so you will receive these events even if the cursor is not within the widget's actual coverage area.

Introduced In:
Widget
EventArgs:
Cursor_EventArgs

Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Sun Sep 9 02:00:20 2007