diff options
| author | Sebastien Braun | 2010-10-04 00:22:14 +0200 |
|---|---|---|
| committer | Sebastien Braun | 2010-10-05 18:15:48 +0200 |
| commit | 266eb5fb14c07e67aa211a5860e9abf3009136e3 (patch) | |
| tree | 9eeb8b159edf6e83880c056f1177cebec2ad354c /src/input/inputEventNonQt.cpp | |
| parent | Defect #715, apply patch by Sébastien (diff) | |
| download | pvs-266eb5fb14c07e67aa211a5860e9abf3009136e3.tar.gz pvs-266eb5fb14c07e67aa211a5860e9abf3009136e3.tar.xz pvs-266eb5fb14c07e67aa211a5860e9abf3009136e3.zip | |
Implement first version of basic input event support
Diffstat (limited to 'src/input/inputEventNonQt.cpp')
| -rw-r--r-- | src/input/inputEventNonQt.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/input/inputEventNonQt.cpp b/src/input/inputEventNonQt.cpp new file mode 100644 index 0000000..a7455fd --- /dev/null +++ b/src/input/inputEventNonQt.cpp @@ -0,0 +1,17 @@ +/* + # Copyright (c) 2009 - OpenSLX Project, Computer Center University of Freiburg + # + # This program is free software distributed under the GPL version 2. + # See http://openslx.org/COPYING + # + # If you have any feedback please consult http://openslx.org/feedback and + # send your suggestions, praise, or complaints to feedback@openslx.org + # + # General information about OpenSLX can be found at http://openslx.org/ + # -------------------------------------------------------------------------- + # inputEvent.h: + # - Input Event routines that need not be linked against Qt + # -------------------------------------------------------------------------- + */ + + |
