GlfwGetMouseButton typedef

GlfwGetMouseButton = int Function(Pointer<GLFWwindow> window, int button)

Implementation

typedef GlfwGetMouseButton = int Function(
    Pointer<GLFWwindow> window, int button);