equal
deleted
inserted
replaced
76 * @param aType The type of the event. |
76 * @param aType The type of the event. |
77 * @return Indicates whether the key event was used by this control or not |
77 * @return Indicates whether the key event was used by this control or not |
78 */ |
78 */ |
79 virtual TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent, TEventCode aType); |
79 virtual TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent, TEventCode aType); |
80 |
80 |
|
81 /** |
|
82 * HandlePointerEventL |
|
83 * From CCoeControl |
|
84 * |
|
85 */ |
|
86 void HandlePointerEventL(const TPointerEvent& aPointerEvent); |
81 #ifdef __SERIES60_HELP |
87 #ifdef __SERIES60_HELP |
82 /** |
88 /** |
83 * Get help context for the control. |
89 * Get help context for the control. |
84 * |
90 * |
85 * @since ? |
91 * @since ? |