| 2400 | } |
| 2401 | |
| 2402 | void OnDropdownSelect(WidgetID widget, int index, int) override |
| 2403 | { |
| 2404 | CallBackFunction cbf = _scen_toolbar_dropdown_procs[widget](index); |
| 2405 | if (cbf != CBF_NONE) _last_started_action = cbf; |
| 2406 | SndClickBeep(); |
| 2407 | } |
| 2408 | |
| 2409 | EventState OnHotkey(int hotkey) override |
| 2410 | { |
nothing calls this directly
no test coverage detected