FifeGUI 0.3.0
A C++ GUI library designed for games.
fcn::FocusHandler::ModalState Struct Reference

#include <focushandler.hpp>

Public Attributes

WidgetfocusOwner
WidgetmouseOwner

Detailed Description

Represents a single modal state level with focus and mouse owners.

Definition at line 397 of file focushandler.hpp.

Member Data Documentation

◆ focusOwner

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

◆ mouseOwner

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


The documentation for this struct was generated from the following file: