Monitors
An IWindow::Monitor is a struct that represents a real monitor.
IWindow::IVector2 sizeis the size in pixels of the monitor.IWindow::IVector2 positionis the position in pixels of the monitor. The top left of the monitor is the position (e.g. on the primary monitor, the position of the top left corner is0, 0).std::wstring nameis a name the operating system gave the monitor.