openWindow
WindowModuleInterface::openWindow
Opens a new window.
Declaration
virtual WindowID openWindow(int width, int height, const std::string& title) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
width |
int |
The width of the window to open. |
height |
int |
The height of the window to open. |
title |
const std::string& |
The title of the window to open. |
Returns
A unique WindowID.