overlay: add context menu for overflow operations (#547)

Remove the green + button, remove the bottom checkbox row, and instead
put extra operations like `Add alternate` and `Bind many` to a context
menu.
This commit is contained in:
bicarus
2026-01-31 23:57:08 -08:00
committed by GitHub
parent 63a3900b79
commit 027445afb1
4 changed files with 123 additions and 138 deletions
-1
View File
@@ -18,7 +18,6 @@ namespace ImGui {
float pos_x = -1.f, float pos_y = -1.f);
void TextTruncated(const std::string& p_text, float p_truncated_width);
bool AddButton(const std::string& tooltip);
bool DeleteButton(const std::string& tooltip);
bool ClearButton(const std::string& tooltip);
}