All right, thank you! With this information at hand, I will somehow manage to work around the problem.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
).
tgui::Button::Ptr button = std::make_shared<tgui::Button>();
...
tgui::Texture texture;
texture.load(...);
texture.setColor( sf::Color(255, 0, 0) );
button->getRenderer()->setHoverTexture(texture);