GlfwGetMonitorContentScale typedef

GlfwGetMonitorContentScale = void Function(Pointer<GLFWmonitor> monitor, Pointer<Float> xscale, Pointer<Float> yscale)

Implementation

typedef GlfwGetMonitorContentScale = void Function(
    Pointer<GLFWmonitor> monitor, Pointer<Float> xscale, Pointer<Float> yscale);