| author | sl |
| Tue, 10 Jun 2014 14:32:02 +0200 | |
| changeset 1 | 260cb5ec6c19 |
| permissions | -rw-r--r-- |
1 // COEDEF.H
2 //
3 // Copyright (c) 2008 Stéphane Lenclud, All rights reserved.
4 // Copyright (c) 1997-1999 Symbian Ltd. All rights reserved.
5 //
7 #ifndef __COEDEF_H__
8 #define __COEDEF_H__
10 #include <e32keys.h>
12 //From coedef.h
13 enum TKeyResponse
14 {
15 /** The key event was not handled. */
16 EKeyWasNotConsumed,
17 /** The key event was handled. */
18 EKeyWasConsumed
19 };
21 #endif