예제 #1
0
 public static int GetJoystickParam(Joystick joy, int param)
 {
     return(GlfwDelegates.glfwGetJoystickParam((int)joy, param));
 }