SDG Toolkit

SdgManager.MouseMove Event

Event fired when any mouse event occurs

public event SdgMouseEventHandler MouseMove;

Event Data

The event handler receives an argument of type SdgMouseEventArgs containing data related to this event. The following SdgMouseEventArgs properties provide information specific to this event.

Property Description
Button Gets the mouse buttons depressed in this mouse event
Delta Gets the number of detantes the mouse wheel has been moved multiplied by 120
ID Gets the ID of the mouse that raised this mouse event
X Gets the X position of this mouse event
Y Gets the Y position of this mouse event

See Also

SdgManager Class | Sdgt Namespace