GlfwSetWindowMonitorNative typedef

GlfwSetWindowMonitorNative = Void Function(Pointer<GLFWwindow> window, Pointer<GLFWmonitor> monitor, Int32 xpos, Int32 ypos, Int32 width, Int32 height, Int32 refreshRate)

Implementation

typedef GlfwSetWindowMonitorNative = Void Function(
    Pointer<GLFWwindow> window,
    Pointer<GLFWmonitor> monitor,
    Int32 xpos,
    Int32 ypos,
    Int32 width,
    Int32 height,
    Int32 refreshRate);