The message for MESSAGE_SHOW_TOOLTIP. More...
#include <message.hpp>
Public Member Functions | |
tmessage_show_tooltip (const std::string &message_, const tpoint &location_) | |
Public Attributes | |
const std::string | message |
The message to show on the tooltip. More... | |
const tpoint | location |
The location where to show the tooltip. More... | |
The message for MESSAGE_SHOW_TOOLTIP.
Definition at line 53 of file message.hpp.
|
inline |
Definition at line 55 of file message.hpp.
const tpoint gui2::event::tmessage_show_tooltip::location |
The location where to show the tooltip.
Definition at line 64 of file message.hpp.
const std::string gui2::event::tmessage_show_tooltip::message |
The message to show on the tooltip.
Definition at line 61 of file message.hpp.