summaryrefslogtreecommitdiffstats
path: root/src/input/backend/keyboardcontroller_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement dead zone supportSean Harmer2015-12-161-1/+5
| | | | | Change-Id: Icd5d31ba690484dc310de872be9df3ec9a520c63 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
* Rename Q3D*Event to Q*Event and handle namespaceMike Krus2015-12-101-1/+1
| | | | | | | | Q3DMouseEvent, Q3DWheelEvent, Q3DKeyEvent Also removed unused variables and fixed some formatting Change-Id: Ie4c531f2084875fe4d8b6ac9bafd2b3c085dead4 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Input: make KeyboardController a physical devicePaul Lemire2015-12-071-2/+178
| | | | | Change-Id: I8b3de65348006fda1156adc9b55744055eef969c Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Reorganize Input aspect sources into backend/frontendPaul Lemire2015-11-281-0/+109
Change-Id: I7cb9137a6f108d557e3028dc0b72a0053d3f01d4 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>