summaryrefslogtreecommitdiffstats
path: root/src/input/inputEvent.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace stray uint{16,32}_t references by quint{16,32}Sebastien Braun2010-11-041-23/+23
|
* Documentation fixes and code cleanupSebastien Braun2010-10-241-45/+200
|
* Fix broken formatting of InputEvent::toString()Sebastien Braun2010-10-111-1/+1
|
* Code cleanup for inputEvent.hSebastien Braun2010-10-101-59/+59
| | | | | | | - 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-0/+7
|
* Rework template meta-magicSebastien Braun2010-10-071-16/+33
| | | | | | | - 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-3/+4
|
* Implement first version of basic input event supportSebastien Braun2010-10-051-0/+218