Hymn to Beauty
C++ 3D Engine
GUI::InputWindow Class Reference

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...
 

Detailed Description

A window where input is configured.

Member Function Documentation

◆ IsVisible()

bool InputWindow::IsVisible ( ) const

Get whether the window is visible.

Returns
Whether the window is visible.

◆ SetVisible()

void InputWindow::SetVisible ( bool  visible)

Set whether the window should be visible.

Parameters
visibleWhether the window should be visible.

◆ Show()

void InputWindow::Show ( )

Show the window.


The documentation for this class was generated from the following files: