GlfwGetMonitorPhysicalSizeNative typedef

GlfwGetMonitorPhysicalSizeNative = Void Function(Pointer<GLFWmonitor> monitor, Pointer<Int32> widthMM, Pointer<Int32> heightMM)

Implementation

typedef GlfwGetMonitorPhysicalSizeNative = Void Function(
    Pointer<GLFWmonitor> monitor,
    Pointer<Int32> widthMM,
    Pointer<Int32> heightMM);