X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=interfaces%2Finclude%2Finputevent.hpp;h=ef269dd8fa0ddb5c4fd23b0fa2cb6280794fa567;hp=28418f63a0552408891f5820f630edf72e8b0644;hb=65f6210462dbc20f5690d27e834db1bd9f324d9c;hpb=2044d95f928fa42beaa00f9cb30816b1f6f63552 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; }