00001 #ifndef MYTHUI_ACTIONS_H
00002 #define MYTHUI_ACTIONS_H
00003
00004 #define ACTION_0 "0"
00005 #define ACTION_1 "1"
00006 #define ACTION_2 "2"
00007 #define ACTION_3 "3"
00008 #define ACTION_4 "4"
00009 #define ACTION_5 "5"
00010 #define ACTION_6 "6"
00011 #define ACTION_7 "7"
00012 #define ACTION_8 "8"
00013 #define ACTION_9 "9"
00014
00015 #define ACTION_SELECT "SELECT"
00016 #define ACTION_UP "UP"
00017 #define ACTION_DOWN "DOWN"
00018 #define ACTION_LEFT "LEFT"
00019 #define ACTION_RIGHT "RIGHT"
00020
00021 #define ACTION_HANDLEMEDIA "HANDLEMEDIA"
00022 #define ACTION_SCREENSHOT "SCREENSHOT"
00023
00024 #define ACTION_TVPOWEROFF "TVPOWEROFF"
00025 #define ACTION_TVPOWERON "TVPOWERON"
00026
00027 #define ACTION_GETSTATUS "GETSTATUS"
00028 #endif // MYTHUI_ACTIONS_H