GlfwGetWindowMonitor typedef

GlfwGetWindowMonitor = Pointer<GLFWmonitor> Function(Pointer<GLFWwindow> window)

Implementation

typedef GlfwGetWindowMonitor = Pointer<GLFWmonitor> Function(
    Pointer<GLFWwindow> window);