|
FifeGUI 0.3.0
A C++ GUI library designed for games.
|
#include <focushandler.hpp>
Public Attributes | |
| Widget * | focusOwner |
| Widget * | mouseOwner |
Represents a single modal state level with focus and mouse owners.
Definition at line 397 of file focushandler.hpp.
| Widget* fcn::FocusHandler::ModalState::focusOwner |
Widget with modal focus at this level.
Definition at line 402 of file focushandler.hpp.
Referenced by fcn::FocusHandler::pushModal().
| Widget* fcn::FocusHandler::ModalState::mouseOwner |
Widget with modal mouse input at this level.
Definition at line 407 of file focushandler.hpp.
Referenced by fcn::FocusHandler::pushModal().