public static bool GetMouseButton(GlfwWindowPtr window, MouseButton button) { return(GlfwDelegates.glfwGetMouseButton(window, button) != 0); }
public static bool GetMouseButton(MouseButton button) { return(GlfwDelegates.glfwGetMouseButton((int)button) == 1); }