MouseCallback.MouseCallbackFromCPP Delegate

MouseCallbackMouseCallbackFromCPP Delegate

[Missing <summary> documentation for "T:Rhino.UI.MouseCallback.MouseCallbackFromCPP"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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

Return Value

Type: Int32
Version Information

Rhino for Mac

Supported in: 5.4
See Also