コード例 #1
0
 public static bool GetKey(GlfwWindowPtr window, Key key)
 {
     return(GlfwDelegates.glfwGetKey(window, key) != 0);
 }
コード例 #2
0
 public static bool GetKey(char key)
 {
     return(GlfwDelegates.glfwGetKey((int)key) == 1);
 }