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)

public event EventHandler<GetPointMouseEventArgs> MouseMove
Public Event MouseMove As EventHandler(Of GetPointMouseEventArgs)
Value
Type: SystemEventHandlerGetPointMouseEventArgs
Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14