MouseCallbackMouseCallbackFromCPP Delegate |
[Missing <summary> documentation for "T:Rhino.UI.MouseCallback.MouseCallbackFromCPP"]
Namespace: Rhino.UI
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