GetMonitorPhysicalWidth function

int GetMonitorPhysicalWidth(
  1. int monitor
)

See RaylibCoreFlatModule.GetMonitorPhysicalWidth.

Implementation

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