RhinoCommon API
MouseCallbackMouseCallbackFromCPP Delegate |
[Missing <summary> documentation for "T:Rhino.UI.MouseCallback.MouseCallbackFromCPP"]
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)
public delegate int MouseCallbackFromCPP( IntPtr pRhinoView, int which, int button, int x, int y )
Public Delegate Function MouseCallbackFromCPP ( pRhinoView As IntPtr, which As Integer, button As Integer, x As Integer, y As Integer ) As Integer
Parameters
- pRhinoView
- Type: SystemIntPtr
- which
- Type: SystemInt32
- button
- Type: SystemInt32
- x
- Type: SystemInt32
- y
- Type: SystemInt32