X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=InputEventManager%2Fsrc%2Finputeventmanager.cpp;h=c8d8d94f4fb6e172e36bcb2cd1fa05732ac6a1e5;hb=09f2f0036f122e49aa49e6c446d723850192a725;hp=a33fdbe8e912433d504c30895f70463776d1cb04;hpb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;p=staging%2FHomeScreen.git diff --git a/InputEventManager/src/inputeventmanager.cpp b/InputEventManager/src/inputeventmanager.cpp index a33fdbe..c8d8d94 100644 --- a/InputEventManager/src/inputeventmanager.cpp +++ b/InputEventManager/src/inputeventmanager.cpp @@ -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. @@ -53,6 +53,10 @@ void InputEventManager::hardKeyPressed(int key) mp_dBusHomeScreenProxy->hardKeyPressed(key); qDebug("hardKeyPressed NAV key pressed!"); break; + case InputEvent::HARDKEY_MEDIA: + mp_dBusHomeScreenProxy->hardKeyPressed(key); + qDebug("hardKeyPressed MEDIA key pressed!"); + break; default: qDebug("hardKeyPressed %d", key); break;