GlfwSetWindowSizeNative typedef

GlfwSetWindowSizeNative = Void Function(Pointer<GLFWwindow> window, Int32 width, Int32 height)

Implementation

typedef GlfwSetWindowSizeNative = Void Function(
    Pointer<GLFWwindow> window, Int32 width, Int32 height);