mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +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
Origin commit data
------------------
Commit: 101870c27a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-01-15 (Sun, 15 Jan 2012)
Origin message was:
------------------
-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