RhinoCommon API
GetPointMouseMove Event |
Called every time the mouse moves. MouseMove is called once per mouse move and is called
BEFORE any calls to OnDynamicDraw. If you are doing anything that takes a long time,
periodically call InterruptMouseMove() to see if you should stop. If the view is such
that the 2d screen point can't be mapped to a 3d point, the 'point' argument will be Unset.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public event EventHandler<GetPointMouseEventArgs> MouseMove
Public Event MouseMove As EventHandler(Of GetPointMouseEventArgs)
Value
Type: SystemEventHandlerGetPointMouseEventArgs