GlfwCreateWindow typedef

GlfwCreateWindow = Pointer<GLFWwindow> Function(int width, int height, Pointer<NativeType> title, Pointer<GLFWmonitor> monitor, Pointer<GLFWwindow> share)

Implementation

typedef GlfwCreateWindow = Pointer<GLFWwindow> Function(int width, int height,
    Pointer title, Pointer<GLFWmonitor> monitor, Pointer<GLFWwindow> share);