SetWindowMonitor function

void SetWindowMonitor(
  1. int monitor
)

See RaylibCoreFlatModule.SetWindowMonitor.

Implementation

void SetWindowMonitor(
  int monitor,
) => _module.SetWindowMonitor(monitor);