GlfwGetMonitorPhysicalSize typedef

GlfwGetMonitorPhysicalSize = void Function(Pointer<GLFWmonitor> monitor, Pointer<Int32> widthMM, Pointer<Int32> heightMM)

Implementation

typedef GlfwGetMonitorPhysicalSize = void Function(Pointer<GLFWmonitor> monitor,
    Pointer<Int32> widthMM, Pointer<Int32> heightMM);