GetMonitorWidth function

int GetMonitorWidth(
  1. int monitor
)

See RaylibCoreFlatModule.GetMonitorWidth.

Implementation

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