Location:
cchfeventmappingservice.h
Link against: chf.lib
class CCHFEventMappingService : public CBase;
Provides functionality to map key or pointer events to abstract events.
This class provides the functionality to map raw key or pointer events to CHF abstract events. The raw event mapping array that is provided is required to pass events to content handlers.
CBase
- Base class for all classes to be instantiated on the heap
CCHFEventMappingService
- Provides functionality to map key or pointer events to abstract events
Defined in CCHFEventMappingService
:
MapKeyEventL()
, MapPointerEventL()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
IMPORT_C void MapKeyEventL(RAbstractEventArray &aAbstractEventArray, const TKeyEvent &aKeyEvent, const TEventCode &aType);
Maps a single raw key event to CHF abstract event(s).
|
|
IMPORT_C void MapPointerEventL(RAbstractEventArray &aAbstractEventArray, const TPointerEvent &aPointerEvent);
Maps a single raw pointer event to CHF abstract event(s).
|
|