| 251 | */ |
| 252 | struct DoubleClickEvent : BaseEvent {}; |
| 253 | virtual void onDoubleClick(const DoubleClickEvent& e) {} |
| 254 | |
| 255 | /** An event prototype with a GLFW key. */ |
| 256 | struct KeyBaseEvent { |
nothing calls this directly
no outgoing calls
no test coverage detected