mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
Neutrino: Show key names in keybind setup menu (thx Gaucho316)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1923 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: ae6d3bfe8d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-11-28 (Mon, 28 Nov 2011)
Origin message was:
------------------
Neutrino: Show key names in keybind setup menu (thx Gaucho316)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1923 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -50,6 +50,7 @@ class CKeyChooser : public CMenuWidget
|
||||
private:
|
||||
CFrameBuffer *frameBuffer;
|
||||
int* key;
|
||||
std::string keyName;
|
||||
CKeyChooserItem *keyChooser;
|
||||
CKeyChooserItemNoKey *keyDeleter;
|
||||
|
||||
@@ -58,6 +59,7 @@ class CKeyChooser : public CMenuWidget
|
||||
~CKeyChooser();
|
||||
|
||||
void paint();
|
||||
const std::string & getKeyName(){return keyName;};
|
||||
};
|
||||
|
||||
class CKeyChooserItem : public CMenuTarget
|
||||
|
Reference in New Issue
Block a user