| 1652 | } |
| 1653 | |
| 1654 | void Gui::Widgets::tooltip(const std::string& text, bool sameLine) |
| 1655 | { |
| 1656 | if (mpGui) |
| 1657 | mpGui->mpWrapper->addTooltip(text.c_str(), sameLine); |
| 1658 | } |
| 1659 | |
| 1660 | bool Gui::Widgets::rgbColor(const char label[], float3& var, bool sameLine) |
| 1661 | { |