GlfwSetWindowAspectRatio typedef

GlfwSetWindowAspectRatio = void Function(Pointer<GLFWwindow> window, int numer, int denom)

Implementation

typedef GlfwSetWindowAspectRatio = void Function(
    Pointer<GLFWwindow> window, int numer, int denom);