GetMonitorPhysicalHeight function

int GetMonitorPhysicalHeight(
  1. int monitor
)

See RaylibCoreFlatModule.GetMonitorPhysicalHeight.

Implementation

int GetMonitorPhysicalHeight(
  int monitor,
) => _module.GetMonitorPhysicalHeight(monitor);