mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 23:00:42 -07:00
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:
@@ -45,9 +45,6 @@ namespace overlay::windows {
|
||||
bool buttons_many_naive = false;
|
||||
int buttons_many_delay = 0;
|
||||
int buttons_many_index = -1;
|
||||
|
||||
bool io_allow_multi_binding = false;
|
||||
bool io_has_valid_alternatives = false;
|
||||
|
||||
void inc_buttons_many_index(int index_max);
|
||||
|
||||
@@ -97,7 +94,6 @@ namespace overlay::windows {
|
||||
const float button_velocity,
|
||||
const int alt_index);
|
||||
void clear_button(Button *button, const int alt_index);
|
||||
void bind_multiple_checkbox();
|
||||
|
||||
void build_analogs(const std::string &name, std::vector<Analog> *analogs);
|
||||
void edit_analog_popup(Analog &analog);
|
||||
|
||||
Reference in New Issue
Block a user