aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/include/inputevent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/include/inputevent.hpp')
-rw-r--r--interfaces/include/inputevent.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/interfaces/include/inputevent.hpp b/interfaces/include/inputevent.hpp
index 28418f6..ef269dd 100644
--- a/interfaces/include/inputevent.hpp
+++ b/interfaces/include/inputevent.hpp
@@ -21,7 +21,8 @@ namespace InputEvent {
typedef enum HardKey
{
HARDKEY_UNDEFINED,
- HARDKEY_NAV
+ HARDKEY_NAV,
+ HARDKEY_MEDIA
} eHardKey;
}