Go to the source code of this file.
Classes | |
class | tooltips::manager |
Namespaces | |
tooltips | |
tooltips. | |
Functions | |
void | tooltips::clear_tooltips () |
void | tooltips::clear_tooltips (const SDL_Rect &r) |
int | tooltips::add_tooltip (const SDL_Rect &origin, const std::string &message, const std::string &action) |
bool | tooltips::update_tooltip (int id, const SDL_Rect &origin, const std::string &message) |
void | tooltips::remove_tooltip (int id) |
void | tooltips::process (int mousex, int mousey) |
bool | tooltips::click (int mousex, int mousey) |