示例#1
0
 protected virtual void OnMouseButton(GlfwMouseButton button, GlfwActionState action)
 {
     // since this is not overriden, disable this.
     glfw2.SetMouseButtonCallback(null);
 }
 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);