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
boolIsHovered();// was the last item active area hovered by mouse?
boolIsItemHovered();// 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)
boolIsKeyPressed(intkey_index,boolrepeat=true);// key_index into the keys_down[512] array, imgui doesn't know the semantic of each entry