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

Method ImageCheckBox

extensions/olcPGEX_QuickGUI.h:782–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780
781#pragma region ImageCheckBox
782 ImageCheckBox::ImageCheckBox(olc::QuickGUI::Manager& manager, const olc::Renderable& gfx, const bool check, const olc::vf2d& pos, const olc::vf2d& size)
783 : ImageButton(manager, gfx, pos, size)
784 {
785 bChecked = check;
786 }
787
788 void ImageCheckBox::Update(olc::PixelGameEngine* pge)
789 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected