GlfwSetWindowTitle typedef

GlfwSetWindowTitle = void Function(Pointer<GLFWwindow> window, Pointer<NativeType> title)

Implementation

typedef GlfwSetWindowTitle = void Function(
    Pointer<GLFWwindow> window, Pointer title);