GlfwGetMonitorPos typedef

GlfwGetMonitorPos = void Function(Pointer<GLFWmonitor> monitor, Pointer<Int32> xpos, Pointer<Int32> ypos)

Implementation

typedef GlfwGetMonitorPos = void Function(
    Pointer<GLFWmonitor> monitor, Pointer<Int32> xpos, Pointer<Int32> ypos);