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