summaryrefslogtreecommitdiffstats
path: root/src/input/backend/updatehandlerjob_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Inputs overhauledPaul Lemire2016-02-291-91/+0
| | | | | | | | | | | | - Remove QAxisActionHandler - Remove AxisAxtionHandler, AxisActionPayload, UpdateHandlerJob - Make QLogicalDevice a QComponent - QAction sending action active update to frontend - QAxis sending axis value update to frontend - QFirstPersonCameraController rewritten in a more efficient manner Change-Id: I09a83f95b97238e4393a88103f76d8ba93e1403d Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Unify license header usageAntti Kokko2016-01-261-11/+14
| | | | | | | Update old header.LGPL3 to header.LGPL Change-Id: I8eac0cd6bbc276a56df487249cc459c0d4fab165 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
* Further improve axis/action dispatchPaul Lemire2015-12-041-0/+3
| | | | | Change-Id: I6c6dd6b6c78f1c348ef75f6dae4c68b64ba638b2 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Transmit axis/action updates to QAxisActionHandlerPaul Lemire2015-12-041-0/+85
Change-Id: I4d1fbc3e06ff649ef73cb6a3f2458a8147a7151d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>