| 157 | void CUI3tButton::SetTextColorT(u32 color) { SetTextColor(color, CUIStatic::T); } |
| 158 | |
| 159 | void CUI3tButton::SetTextureOffset(float x, float y) { this->m_background.SetTextureOffset(x, y); } |
| 160 | |
| 161 | void CUI3tButton::DrawTexture() |
| 162 | { |
no outgoing calls
no test coverage detected