61 :
message(message_), location(location_), source_rect(source_rect_)
79 :
message(message_), location(location_), source_rect(source_rect_)
const std::string message
The message to show on the helptip.
The message for MESSAGE_SHOW_HELPTIP.
const point location
The location where to show the helptip.
The message callbacks hold a reference to a message.
const SDL_Rect source_rect
The size of the entity requesting to show a helptip.
message_show_helptip(const std::string &message_, const point &location_, const SDL_Rect &source_rect_)