* Called every time a key event occurred. * @param[in] keyEvent The keyboard event. * @return true if the event was consumed by the callback, otherwise false. */
| 139 | * @return true if the event was consumed by the callback, otherwise false. |
| 140 | */ |
| 141 | virtual bool onKeyEvent(const KeyboardEvent& keyEvent) { return false; } |
| 142 | |
| 143 | /** |
| 144 | * Called every time a mouse event occurred. |