GetMonitorPhysicalHeight method

  1. @override
int GetMonitorPhysicalHeight(
  1. int monitor
)

Implementation

@override
int GetMonitorPhysicalHeight(
  int monitor,
) => _ffi.GetMonitorPhysicalHeight(
  monitor,
);