summaryrefslogtreecommitdiffstats
path: root/src/input/inputhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganize Input aspect sources into backend/frontendPaul Lemire2015-11-281-194/+0
* d-pointer classes, private/public changesTomi Korpipää2015-10-301-1/+1
* Make aspects use the QEventFilterServicePaul Lemire2015-10-241-16/+6
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-3/+3
* Move Input aspect to Qt3DInput namespaceSean Harmer2015-10-131-6/+6
* Filter and dispatch mouse eventsRémi Benoit2015-08-031-2/+54
* MouseInput backend class for QMouseInputPaul Lemire2015-08-031-0/+1
* MouseController backend class for QMouseControllerPaul Lemire2015-08-031-0/+11
* Copyright header change.Mika Salmela2015-02-091-19/+14
* The input aspect don't need QWindow anymoreKevin Ottens2015-01-231-9/+8
* InputHandler keyboardJobsPaul Lemire2014-11-141-9/+25
* InputHandler has a keyboardJob methodPaul Lemire2014-11-141-0/+20
* InputHandler maintains a vector of HKeyboardControllerPaul Lemire2014-11-141-0/+10
* InputHandler/KeyboardEventFilter: QKeyEvents are storedPaul Lemire2014-11-141-0/+22
* InputHandler: install KeyboardEventFilter on QWindowPaul Lemire2014-11-141-0/+9
* QInputAspect: set the Window to be used for events monitoringPaul Lemire2014-11-141-0/+8
* Input: Added Managers to InputHandlerPaul Lemire2014-11-141-0/+7
* InputHandler class addedPaul Lemire2014-11-141-0/+54