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

Tooltips: Unify the tooltip[] and list[] description tooltip display functions (#5848)

* Tooltips: Unify the tooltip[] and list[] description tooltip display functions
This commit is contained in:
SmallJoker 2017-06-03 08:55:26 +02:00 committed by Loïc Blot
parent e91ffa0c91
commit 7a2b9df970
2 changed files with 65 additions and 63 deletions

View file

@ -517,6 +517,9 @@ private:
void tryClose();
void showTooltip(const std::wstring &text, const irr::video::SColor &color,
const irr::video::SColor &bgcolor);
/**
* check if event is part of a double click
* @param event event to evaluate