GetMonitorPhysicalHeight function

  1. @Native<Int Function(Int)>(ffi.Int)>()
int GetMonitorPhysicalHeight(
  1. int monitor
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Int)>()
external int GetMonitorPhysicalHeight(int monitor);