| 759 | |
| 760 | #pragma region ImageButton |
| 761 | ImageButton::ImageButton(olc::QuickGUI::Manager& manager, const olc::Renderable& icon, const olc::vf2d& pos, const olc::vf2d& size) |
| 762 | : Button(manager, "", pos, size), pIcon(icon) |
| 763 | { |
| 764 | |
| 765 | } |
| 766 | |
| 767 | void ImageButton::Draw(olc::PixelGameEngine* pge) |
| 768 | { |
nothing calls this directly
no outgoing calls
no test coverage detected