Tao.Glfw SDK Documentation |
|
Glfw.GLFWmousebuttonfun Delegate
[Visual Basic]
Public Delegate Sub Glfw.GLFWmousebuttonfun( _
ByVal
button As
Integer, _
ByVal
action As
Integer _
)
[C#]
public delegate void Glfw.GLFWmousebuttonfun(
int button,
int action);
Requirements
Namespace:
Tao.Glfw
Assembly: Tao.Glfw (in Tao.Glfw.dll)
See Also
Tao.Glfw Namespace