| 1673 | } |
| 1674 | |
| 1675 | bool Gui::Widgets::imageButton(const char label[], const Texture* pTex, float2 size, bool maintainRatio, bool sameLine) |
| 1676 | { |
| 1677 | return mpGui ? mpGui->mpWrapper->addImageButton(label, pTex, size, maintainRatio, sameLine) : false; |
| 1678 | } |
| 1679 | |
| 1680 | void Gui::Widgets::image(const char label[], const Texture* pTex, float2 size, bool maintainRatio, bool sameLine) |
| 1681 | { |
no test coverage detected