GlfwGetMouseButtonNative typedef

GlfwGetMouseButtonNative = Int32 Function(Pointer<GLFWwindow> window, Int32 button)

Implementation

typedef GlfwGetMouseButtonNative = Int32 Function(
    Pointer<GLFWwindow> window, Int32 button);