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

Method CheckBox

extensions/olcPGEX_QuickGUI.h:829–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827
828#pragma region CheckBox
829 CheckBox::CheckBox(olc::QuickGUI::Manager& manager, const std::string& text, const bool check, const olc::vf2d& pos, const olc::vf2d& size)
830 : Button(manager, text, pos, size)
831 {
832 bChecked = check;
833 }
834
835 void CheckBox::Update(olc::PixelGameEngine* pge)
836 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected