voidSetTooltip(constchar*fmt,...);// set tooltip under mouse-cursor, typically use with ImGui::IsHovered(). (currently no contention handling, last call win)
voidSetNewWindowDefaultPos(ImVec2pos);// set position of window that do
boolIsItemHovered();// was the last item active area hovered by mouse?
boolIsHovered();// was the last item active area hovered by mouse?
ImVec2GetItemBoxMin();// get bounding box of last item
ImVec2GetItemBoxMax();// get bounding box of last item
boolIsClipped(ImVec2item_size);// to perform coarse clipping on user's side (as an optimisation)