SetWindowMonitor method

void SetWindowMonitor(
  1. int monitor
)

Implementation

void SetWindowMonitor(int monitor) {
  return _SetWindowMonitor(monitor);
}