This section describes the event handling for touch devices.
Handling pointer events in custom controls
The Symbian platform passes touch events to applications by calling CCoeControl::HandlePointerEventL(). The application that receives these events is the one that owns the window.
Checking for touch support at runtime
The Symbian platform now includes AknLayoutUtils::PenEnabled() to check for touch support at runtime to allow for reduced run-time memory consumption if the device does not support touch.