summaryrefslogtreecommitdiffstats
path: root/src/input/inputEvent.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup for inputEvent.hSebastien Braun2010-10-101-2/+2
| | | | | | | - Use Qt's fixed-width integral types instead of stdint.h, which I forgot to include anyway - CamelCase identifiers - fix underscore position on instance variables
* Move the translations for pvsinput into the library where they belong.Sebastien Braun2010-10-101-24/+24
|
* Rework template meta-magicSebastien Braun2010-10-071-0/+32
| | | | | | | - No more implicit dependency on Boost.MPL - Better documentation for template magic - Move input handler policies to handler definitions where they belong - Separate out event descriptions from handlers
* Remove unnecessary Qt dependency from inputEvent.cppSebastien Braun2010-10-051-7/+8
|
* Implement first version of basic input event supportSebastien Braun2010-10-051-0/+98