The event toggles the head-up display debugging status. More...
#include <kanzi/core.ui/platform/input/common/events.hpp>
Public Member Functions | |
HudDebugEvent (bool enabled) | |
Constructs a head-up display debug event. | |
bool | isHudEnabled () const |
Returns the head-up display debug status. | |
Public Member Functions inherited from kanzi::InputEvent | |
Type | getType () const |
Returns the type of the event. | |
InputEvent (Type type) | |
Constructs an event with a given type. | |
bool | isHandled () const |
Returns true if the event is handled, false if not. | |
void | markHandled () |
Marks the event as handled. | |
virtual | ~InputEvent () |
Destructor. | |
Protected Attributes | |
bool | m_enabled |
Holds the head-up display debug status value of the event. | |
Additional Inherited Members | |
Public Types inherited from kanzi::InputEvent | |
enum | Type { Key , Pointer , Touch , WindowResized , WindowResizeRequest , WindowFocusLost , WindowFocusGained , WindowHidden , WindowResourcesLost , WindowOrientationChanged , WindowRedrawRequest , WindowPlacement , WindowClosed , ApplicationPaused , ApplicationSleep , ApplicationWakeup , DebugToggleHud , DebugSetHud , UserEvent } |
InputEvent type enumeration. More... | |
The event toggles the head-up display debugging status.
The type of the event is InputEvent::DebugSetHud.
|
explicit |
Constructs a head-up display debug event.
enabled | The status of the head-up display debug event. |
|
inline |
Returns the head-up display debug status.
|
protected |
Holds the head-up display debug status value of the event.