#include <MInputReader.h>
Public Types | |
enum | EKeyCode { KKeyNone, KKeyUp, KKeyDown, KKeyLeft, KKeyRight, KKeyKeyboard, KKeyOK, KKeyLeftBottom, KKeyRightBottom, KKeyVolumeUp, KKeyVolumeDown } |
Remote control key codes. | |
Public Member Functions | |
virtual bool | GetTouchEvent (TTouchEventData &aTouchData)=0 |
Reads pending touchpad events. | |
virtual bool | GetKeyEvent (TKeyEventData &aKeyData)=0 |
Reads pending keyboard or remote control events. | |
Static Public Member Functions | |
MInputReader & | GetInputReader () |
Singleton method used to obtain the reference to default MInputReader interface for current device. |
This interface is for obtaining the user's input. There could be only and only one user input interface instance. The reference to it could be returned by static GetInputReader() method of this interface
|
Reads pending keyboard or remote control events. Returns true in case the event data are available
|
|
Reads pending touchpad events. Returns true in case the event data are available
|