Provides static methods for managing multiple game windows. This API is currently available only in EmbeddedLinux and QNX platforms.
The GameWindowManager class allows you to create new windows and retrieve a list of all active windows in the application.
| Method | Description |
|---|---|
| Create | Creates a new window asynchronously with the specified settings. |
| GetWindows | Populates the provided list with all currently active windows in the application. |