Tao.Glfw SDK Documentation |
|
Glfw.glfwGetJoystickButtons Method
[Visual Basic]
Public Shared Function glfwGetJoystickButtons( _
ByVal
joystick As
Integer, _
ByVal
buttons As
Byte(), _
ByVal
numberOfButtons As
Integer _
) As
Integer
[C#]
public static
int glfwGetJoystickButtons(
int joystick,
byte[] buttons,
int numberOfButtons);
See Also
Glfw Class | Tao.Glfw Namespace