#include <string>
#include "sdl/utils.hpp"
Go to the source code of this file.
|
void | tooltips::clear_tooltips () |
|
void | tooltips::clear_tooltips (const SDL_Rect &rect) |
|
int | tooltips::add_tooltip (const SDL_Rect &rect, const std::string &message, const std::string &action, bool use_markup, const surface &foreground) |
|
bool | tooltips::update_tooltip (int id, const SDL_Rect &rect, const std::string &message, const std::string &action, bool use_markup, const surface &foreground) |
|
bool | tooltips::update_tooltip (int id, const SDL_Rect &rect, const std::string &message, const std::string &action, bool use_markup) |
|
void | tooltips::remove_tooltip (int id) |
|
void | tooltips::process (int mousex, int mousey) |
|
bool | tooltips::click (int mousex, int mousey) |
|