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)
Syntax
public event EventHandler<GetPointMouseEventArgs> MouseMove
Public Event MouseMove As EventHandler(Of GetPointMouseEventArgs)

Value

Type: SystemEventHandlerGetPointMouseEventArgs
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also