Simple SFML GUI
0.2a
|
Public Member Functions | |
HaveHover (ColorProvider &colorProvider, bool h=false) | |
bool | isHover () const |
void | setHover (bool hover) |
virtual bool | updateHover (const sf::Vector2f &pointer, const sf::FloatRect &clippedArea) |
void | setTooltip (const sf::String &value) |
Public Attributes | |
friend | Element |
Protected Attributes | |
bool | hover |
sf::String | tooltip |