GetMonitorHeight function

int GetMonitorHeight(
  1. int monitor
)

See RaylibCoreFlatModule.GetMonitorHeight.

Implementation

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