equal
deleted
inserted
replaced
161 } |
161 } |
162 |
162 |
163 /*! |
163 /*! |
164 * \brief Handles raw window server events. |
164 * \brief Handles raw window server events. |
165 * |
165 * |
166 * The event type and information is passed in \a event, while the receiving control is passed in |
166 * The event type and information is passed in \a wsEvent, while the receiving control is passed in |
167 * \a destination. |
167 * \a destination. |
168 * |
168 * |
169 * If you override this function, you should call the base class implementation if you do not |
169 * If you override this function, you should call the base class implementation if you do not |
170 * handle the event. |
170 * handle the event. |
171 */ |
171 */ |