disable double click as this messes with click to advance
| 195 | |
| 196 | // disable double click as this messes with click to advance |
| 197 | void onDoubleClick(const event::DoubleClick& e) override { } |
| 198 | |
| 199 | // cycle through the values (with reset) on click only (not drag) |
| 200 | void onAction(const ActionEvent& e) override { |
nothing calls this directly
no outgoing calls
no test coverage detected