GlfwSetWindowMonitor typedef

GlfwSetWindowMonitor = void Function(Pointer<GLFWwindow> window, Pointer<GLFWmonitor> monitor, int xpos, int ypos, int width, int height, int refreshRate)

Implementation

typedef GlfwSetWindowMonitor = void Function(
    Pointer<GLFWwindow> window,
    Pointer<GLFWmonitor> monitor,
    int xpos,
    int ypos,
    int width,
    int height,
    int refreshRate);