ScreenManager v1.0.0
A lightweight C++ library for managing application screens, navigation, transitions and display timing.
Public Member Functions | Public Attributes | List of all members
TransitionIntent Struct Reference

Description

The type of transition and an optional requested screen name.

#include <ScreenTransition.h>

Public Member Functions

constexpr TransitionIntent (TransitionIntentType t=TransitionIntentType::None, uint8_t r=0)
 Must have a contructor to use defaults in C++11 because 'aggregate` _O_/.
 

Public Attributes

TransitionIntentType type
 The requested transition type.
 
uint8_t requested
 Explicit requested ScreenId.
 

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