Function Blam::DebugUI::Widgets::ShowBasicHoveredTooltip

Function Documentation

void Blam::DebugUI::Widgets::ShowBasicHoveredTooltip(const char *text)

Shows a tooltip with the specified text upon hovering over the control it is applied to.

This will apply to whatever ImGUI control was created immediately before calling this function. See functions that reference this if you are unsure how to use it.