GlfwSetWindowSize typedef

GlfwSetWindowSize = void Function(Pointer<GLFWwindow> window, int width, int height)

Implementation

typedef GlfwSetWindowSize = void Function(
    Pointer<GLFWwindow> window, int width, int height);