GlfwGetMonitorContentScaleNative typedef

GlfwGetMonitorContentScaleNative = Void Function(Pointer<GLFWmonitor> monitor, Pointer<Float> xscale, Pointer<Float> yscale)

Implementation

typedef GlfwGetMonitorContentScaleNative = Void Function(
    Pointer<GLFWmonitor> monitor, Pointer<Float> xscale, Pointer<Float> yscale);