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