コード例 #1
0
 protected virtual void OnMouseButton(GlfwMouseButton button, GlfwActionState action)
 {
     // since this is not overriden, disable this.
     glfw2.SetMouseButtonCallback(null);
 }
コード例 #2
0
 protected virtual void OnMouseButton(GlfwMouseButton button, GlfwActionState action)
 {
     // since this is not overriden, disable this.
     glfw2.SetMouseButtonCallback(null);
 }
コード例 #3
0
 public static extern int GetMouseButton(GlfwMouseButton button);
コード例 #4
0
 public static extern int GetMouseButton(GlfwMouseButton button);