GlfwGetWindowContentScaleNative typedef

GlfwGetWindowContentScaleNative = Void Function(Pointer<GLFWwindow> window, Pointer<Float> xscale, Pointer<Float> yscale)

Implementation

typedef GlfwGetWindowContentScaleNative = Void Function(
    Pointer<GLFWwindow> window, Pointer<Float> xscale, Pointer<Float> yscale);