GLFWmousebuttonfun typedef

GLFWmousebuttonfun = Void Function(Pointer<GLFWwindow>, Int32, Int32, Int32)

Implementation

typedef GLFWmousebuttonfun = Void Function(
    Pointer<GLFWwindow>, Int32, Int32, Int32);