GlfwGetWindowContentScale typedef

GlfwGetWindowContentScale = void Function(Pointer<GLFWwindow> window, Pointer<Float> xscale, Pointer<Float> yscale)

Implementation

typedef GlfwGetWindowContentScale = void Function(
    Pointer<GLFWwindow> window, Pointer<Float> xscale, Pointer<Float> yscale);