FreeCalypso > hg > fc-tourmaline
comparison src/ui/mfw/ti1_key.h @ 3:67bfe9f274f6
src/ui: import of src/ui3 from Magnetite
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 16 Oct 2020 06:33:10 +0000 |
| parents | |
| children | 92abb46dc1ba |
comparison
equal
deleted
inserted
replaced
| 2:3a14ee9a9843 | 3:67bfe9f274f6 |
|---|---|
| 1 /* | |
| 2 +--------------------------------------------------------------------+ | |
| 3 | PROJECT: MMI-Framework (8417) $Workfile:: ti1_key.h $| | |
| 4 | $Author:: Es $ CONDAT GmbH $Revision:: 2 $| | |
| 5 | CREATED: 28.01.99 $Modtime:: 28.01.99 15:02 $| | |
| 6 | STATE : code | | |
| 7 +--------------------------------------------------------------------+ | |
| 8 | |
| 9 MODULE : TI1_KEY | |
| 10 | |
| 11 PURPOSE : keyboard driver (TI1 VERSION) | |
| 12 | |
| 13 EXPORT : | |
| 14 | |
| 15 TO DO : | |
| 16 | |
| 17 $History:: ti1_key.h $ | |
| 18 * | |
| 19 * ***************** Version 2 ***************** | |
| 20 * User: Es Date: 17.02.99 Time: 20:00 | |
| 21 * Updated in $/GSM/DEV/MS/SRC/MFW | |
| 22 * | |
| 23 * ***************** Version 1 ***************** | |
| 24 * User: Es Date: 9.02.99 Time: 14:54 | |
| 25 * Created in $/GSM/DEV/MS/SRC/MFW | |
| 26 * TI display & keyboard interface for MFW | |
| 27 */ | |
| 28 | |
| 29 #ifndef _DEF_TI1_KEY_H_ | |
| 30 #define _DEF_TI1_KEY_H_ | |
| 31 | |
| 32 /* BEGIN ADD: Req ID: : Sumit : 14-Mar-05 */ | |
| 33 #ifdef NEPTUNE_BOARD | |
| 34 | |
| 35 #include "bmi_integ_misc.h" | |
| 36 | |
| 37 /** Definition of the virtual key identification. */ | |
| 38 typedef UINT8 T_KPD_VIRTUAL_KEY_ID; | |
| 39 | |
| 40 /** Definition of the key state (pressed or released). */ | |
| 41 typedef UINT8 T_KPD_KEY_STATE; | |
| 42 | |
| 43 /** Definition of the key press state (first press, long press, repeat press). */ | |
| 44 typedef UINT8 T_KPD_PRESS_STATE; | |
| 45 | |
| 46 /** Definition of the subscriber identification. */ | |
| 47 typedef void* T_KPD_SUBSCRIBER; | |
| 48 | |
| 49 | |
| 50 #endif /* NEPTUNE_BOARD */ | |
| 51 /* END ADD: Req ID: : Sumit : 14-Mar-05 */ | |
| 52 | |
| 53 #endif | |
| 54 |
