mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
-add alternative remote controls option (thx, patch by bellum)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2060 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -79,19 +79,10 @@ class CKeybindSetup : public CMenuTarget
|
||||
KEYBINDS_COUNT
|
||||
};
|
||||
|
||||
enum remote_control_t
|
||||
{
|
||||
REMOTECONTROL_STANDARD = 0,
|
||||
REMOTECONTROL_NEO1 = 1,
|
||||
|
||||
REMOTECONTROL_COUNT
|
||||
};
|
||||
|
||||
private:
|
||||
CFrameBuffer *frameBuffer;
|
||||
CKeySetupNotifier *keySetupNotifier;
|
||||
CKeyChooser * keychooser[KEYBINDS_COUNT];
|
||||
|
||||
CKeyChooser *keychooser[KEYBINDS_COUNT];
|
||||
int width;
|
||||
|
||||
int showKeySetup();
|
||||
|
Reference in New Issue
Block a user