GlfwGetMonitorWorkarea typedef

GlfwGetMonitorWorkarea = void Function(Pointer<GLFWmonitor> monitor, Pointer<Int32> xpos, Pointer<Int32> ypos, Pointer<Int32> width, Pointer<Int32> height)

Implementation

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