MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / ClickableImage

Method ClickableImage

Goldleaf/source/ui/ui_ClickableImage.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace ui {
25
26 ClickableImage::ClickableImage(const s32 x, const s32 y, pu::sdl2::TextureHandle::Ref tex) : pu::ui::elm::Element::Element(), x(x), y(y), w(0), h(0), img_tex(nullptr), cb({}), touched(false) {
27 this->SetImage(tex);
28 }
29
30 void ClickableImage::SetImage(pu::sdl2::TextureHandle::Ref tex) {
31 this->img_tex = tex;

Callers

nothing calls this directly

Calls 1

SetImageMethod · 0.95

Tested by

no test coverage detected