From 0049f41e432de2018bc1111b0e3fc0c5920ab7e8 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 9 Mar 2016 21:24:36 +0100 Subject: Fixes for DetailView --- plexSdOsd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plexSdOsd.h') diff --git a/plexSdOsd.h b/plexSdOsd.h index 73c7885..fe1b69b 100644 --- a/plexSdOsd.h +++ b/plexSdOsd.h @@ -46,7 +46,9 @@ public: cPlexSdOsd(skindesignerapi::cPluginStructure *plugStruct); ~cPlexSdOsd(); virtual void Show(void); - virtual eOSState ProcessKey(eKeys Key); + virtual eOSState ProcessKey(eKeys Key); + eOSState ProcessKeyDetailView(eKeys Key); + eOSState ProcessKeyBrowserView(eKeys Key); bool SdSupport(); static cMutex RedrawMutex; -- cgit v1.2.3