GlfwCreateWindowNative typedef

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

Implementation

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