|
Hymn to Beauty
C++ 3D Engine
|
A window where input is configured. More...
#include <InputWindow.hpp>
Public Member Functions | |
| void | Show () |
| Show the window. More... | |
| bool | IsVisible () const |
| Get whether the window is visible. More... | |
| void | SetVisible (bool visible) |
| Set whether the window should be visible. More... | |
A window where input is configured.
| bool InputWindow::IsVisible | ( | ) | const |
Get whether the window is visible.
| void InputWindow::SetVisible | ( | bool | visible | ) |
Set whether the window should be visible.
| visible | Whether the window should be visible. |
| void InputWindow::Show | ( | ) |
Show the window.