* @brief Key press event handler * * This method will be called by the ViewObjectWidget object to * dispatch key press events. * * The active service will receive that call and should return true * if the event is taken. Otherwise the event will be passed further. */
| 124 | * if the event is taken. Otherwise the event will be passed further. |
| 125 | */ |
| 126 | virtual bool key_event (unsigned int /*key*/, unsigned int /*buttons*/) { return false; } |
| 127 | |
| 128 | /** |
| 129 | * @brief Handler for the shortcut override event |
no outgoing calls
no test coverage detected