| 243 | int mods; |
| 244 | }; |
| 245 | virtual void onButton(const ButtonEvent& e) { |
| 246 | recursePositionEvent(&Widget::onButton, e); |
| 247 | } |
| 248 | |
| 249 | /** Occurs when the left mouse button is pressed a second time on the same Widget within a time duration. |
| 250 | Must consume the Button event (on left button press) to receive this event. |
nothing calls this directly
no outgoing calls
no test coverage detected