00001 00033 #ifndef LL_LLCLICKACTION_H 00034 #define LL_LLCLICKACTION_H 00035 00036 const U8 CLICK_ACTION_NONE = 0; 00037 const U8 CLICK_ACTION_TOUCH = 0; 00038 const U8 CLICK_ACTION_SIT = 1; 00039 const U8 CLICK_ACTION_BUY = 2; 00040 const U8 CLICK_ACTION_PAY = 3; 00041 const U8 CLICK_ACTION_OPEN = 4; 00042 00043 #endif