X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=interfaces%2Finclude%2Finputevent.hpp;h=8c6bf58c6b7c47876e2de9daaaccee09f028eabc;hb=09f2f0036f122e49aa49e6c446d723850192a725;hp=28418f63a0552408891f5820f630edf72e8b0644;hpb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;p=staging%2FHomeScreen.git diff --git a/interfaces/include/inputevent.hpp b/interfaces/include/inputevent.hpp index 28418f6..8c6bf58 100644 --- a/interfaces/include/inputevent.hpp +++ b/interfaces/include/inputevent.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH + * Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,8 @@ namespace InputEvent { typedef enum HardKey { HARDKEY_UNDEFINED, - HARDKEY_NAV + HARDKEY_NAV, + HARDKEY_MEDIA } eHardKey; }