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 rect &r) |
| int | tooltips::add_tooltip (const rect &origin, const std::string &message, const std::string &action) |
| bool | tooltips::update_tooltip (int id, const 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) |