disable double click as this messes with click to advance
| 286 | |
| 287 | // disable double click as this messes with click to advance |
| 288 | void onDoubleClick(const event::DoubleClick& e) override { } |
| 289 | |
| 290 | // cycle through the values (with reset) on click only (not drag) |
| 291 | void onAction(const ActionEvent& e) override { |
nothing calls this directly
no outgoing calls
no test coverage detected