GlfwGetMonitorPosNative typedef

GlfwGetMonitorPosNative = Void Function(Pointer<GLFWmonitor> monitor, Pointer<Int32> xpos, Pointer<Int32> ypos)

Implementation

typedef GlfwGetMonitorPosNative = Void Function(
    Pointer<GLFWmonitor> monitor, Pointer<Int32> xpos, Pointer<Int32> ypos);