GetMonitorPosition method

Vector2C GetMonitorPosition(
  1. int monitor
)

Get specified monitor position

! Not implemented on WASM

Implementation

Vector2C GetMonitorPosition(int monitor)
  => _GetMonitorPosition(monitor);