MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / Alignment

Enum Alignment

extensions/olcPGEX_QuickGUI.h:195–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 bool bHasBackground = false;
194 // Where should the text be positioned?
195 enum class Alignment
196 {Left, Centre, Right} nAlign = Alignment::Centre;
197
198 public: // BaseControl overrides
199 void Update(olc::PixelGameEngine* pge) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected