GlfwSetWindowTitleNative typedef

GlfwSetWindowTitleNative = Void Function(Pointer<GLFWwindow> window, Pointer<NativeType> title)

Implementation

typedef GlfwSetWindowTitleNative = Void Function(
    Pointer<GLFWwindow> window, Pointer title);