| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected