WindowType Enum
The different types of windows that exist within KioWare.
Enum Values
Type | Signature |
(1 << 0) |
Main
The main window on the primary screen. |
(1 << 1) |
Secondary
The main window on any secondary screens. |
(1 << 2) |
Keyboard
The virtual keyboard window. |
(1 << 3) |
Popup
A popup window (not a tab). |
(1 << 4) |
MediaCapture
The media capture window. |
(1 << 5) |
DriveBrowser
The drive browser window. |
(WindowType.Main | WindowType.Popup | WindowType.Secondary) |
StandardBrowsers
Includes the main window, secondary windows, and popup windows. |
-1 |
All
All window types. |