GlfwSetWindowAspectRatioNative typedef

GlfwSetWindowAspectRatioNative = Void Function(Pointer<GLFWwindow> window, Int32 numer, Int32 denom)

Implementation

typedef GlfwSetWindowAspectRatioNative = Void Function(
    Pointer<GLFWwindow> window, Int32 numer, Int32 denom);