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