1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add setting for tooltips show delay.

This commit is contained in:
RealBadAngel 2014-06-25 11:52:09 +02:00
parent 27538ecef5
commit 09ba047c01
4 changed files with 7 additions and 1 deletions

View file

@ -315,6 +315,7 @@ protected:
v2s32 m_pointer;
gui::IGUIStaticText *m_tooltip_element;
u32 m_tooltip_show_delay;
s32 m_hoovered_time;
s32 m_old_tooltip_id;
std::string m_old_tooltip;