Tao.Glfw SDK Documentation

Glfw.GLFWcharfun Delegate

[Visual Basic]
Public Delegate Sub Glfw.GLFWcharfun( _
   ByVal character As Integer, _
   ByVal action As Integer _
)
[C#]
public delegate void Glfw.GLFWcharfun(
   int character,
   int action
);

Requirements

Namespace: Tao.Glfw

Assembly: Tao.Glfw (in Tao.Glfw.dll)

See Also

Tao.Glfw Namespace