HoverRace  2.0
Namespaces | Macros | Typedefs | Enumerations
UiLayoutFlags.h File Reference
#include "../Util/MR_Types.h"
+ Include dependency graph for UiLayoutFlags.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 HoverRace
 
 HoverRace::Display
 
 HoverRace::Display::UiLayoutFlags
 Instances of UI components may opt-out of automatic scaling and relative positioning by using any combination of these flags.
 

Macros

#define MR_DllDeclare
 

Typedefs

using HoverRace::Display::uiLayoutFlags_t = MR_UInt32
 

Enumerations

enum  { HoverRace::Display::UiLayoutFlags::UNSCALED = 0x01, HoverRace::Display::UiLayoutFlags::FLOATING = 0x02 }
 

Macro Definition Documentation

#define MR_DllDeclare