diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2012-09-17 17:54:15 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2012-09-17 17:54:15 +0000 |
commit | 11493f17d0ff13d4a95da2db4ba147e64ef1224d (patch) | |
tree | 29becfaf3ead9c33a8b9aa1254d12f0775f3a89e /FaceTrackNoIR/FaceTrackNoIR.h | |
parent | cc3bc1c6d14de535f87e6601ed562b505d902fce (diff) |
Added Mouse-keys to the ShortKeys. Needs some more testing.
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@144 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FaceTrackNoIR/FaceTrackNoIR.h')
-rw-r--r-- | FaceTrackNoIR/FaceTrackNoIR.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FaceTrackNoIR/FaceTrackNoIR.h b/FaceTrackNoIR/FaceTrackNoIR.h index 789fa683..d2b9cdde 100644 --- a/FaceTrackNoIR/FaceTrackNoIR.h +++ b/FaceTrackNoIR/FaceTrackNoIR.h @@ -219,6 +219,7 @@ private: FaceTrackNoIR *mainApp;
QList<QString> stringList; // List of strings, that describe the keyboard-keys
QList<BYTE> keyList; // List of keys, with the values of the keyboard-keys
+ QList<QString> stringListMouse; // List of strings, that describe the mouse-keys
private slots:
void doOK();
|