summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* MouseController: various fixesPaul Lemire2015-12-074-10/+26
* KeyboardController: fix PageUp positionPaul Lemire2015-12-071-1/+1
* Input: fix, event filters can't be registered with the same priorityPaul Lemire2015-12-071-2/+2
* QMouseController: converted to QAbstractPhysicalDevicePaul Lemire2015-12-077-15/+138
* Input: make KeyboardController a physical devicePaul Lemire2015-12-0711-13/+910
* QAxisInput/QActionInput: use list of int rather than int maskPaul Lemire2015-12-049-31/+53
* QAbstractPhysicalDevice: Remove axis/buttons methodsPaul Lemire2015-12-041-3/+0
* AxisActionHandlerJob: use better names for better understandingPaul Lemire2015-12-044-20/+21
* Further improve axis/action dispatchPaul Lemire2015-12-047-60/+122
* Changes to make buttons able to trigger actionsSean Harmer2015-12-044-3/+24
* Transmit axis/action updates to QAxisActionHandlerPaul Lemire2015-12-049-14/+371
* Store vector of active AxisActionHandlersPaul Lemire2015-12-044-4/+59
* QAxisActionHandler: make ctor explicitPaul Lemire2015-12-041-1/+1
* Add backend class for axis-action handlerSean Harmer2015-12-048-2/+181
* Add signal and normalise signatures in QAxisActionHandlerSean Harmer2015-12-041-2/+3
* Rename QActionHandler to QAxisActionhandlerSean Harmer2015-12-044-28/+28
* Store logical device in QActionHandlerSean Harmer2015-12-043-19/+5
* Add started() and finished() signals to QActionSean Harmer2015-12-041-0/+3
* Store logical device in QActionHandlerSean Harmer2015-12-043-4/+46
* Add QActionHandler frontend classSean Harmer2015-12-044-2/+227
* Factor out in QAbstractAspect common behaviorKevin Ottens2015-12-032-35/+0
* Unit tests for AxisInputPaul Lemire2015-12-011-2/+2
* AxisInput export for unit testsPaul Lemire2015-12-011-3/+1
* ActionInput export for unit testsPaul Lemire2015-12-011-3/+1
* Action export for unit testingPaul Lemire2015-12-011-3/+2
* Axis export for unit testingPaul Lemire2015-12-011-3/+2
* Move the QT3D_REGISTER_*_ASPECT macros to QAbstractAspectKevin Ottens2015-12-011-1/+0
* QInputAspect: launch an axis/action update framePaul Lemire2015-11-307-8/+265
* Axis: store an axisValue flagPaul Lemire2015-11-302-0/+10
* Action: store an actionTriggered flagPaul Lemire2015-11-302-0/+10
* LogicalDeviceManager: store vector of active LogicalDevice instancesPaul Lemire2015-11-304-1/+57
* Export QAbstractPhysicalDeviceBackendNodePaul Lemire2015-11-301-1/+2
* Export QAbstractPhysicalDevicePrivatePaul Lemire2015-11-301-1/+3
* Add a qt3dinput_global_p.h to define private export macroPaul Lemire2015-11-302-1/+58
* QAbstractPhysicalDeviceBackendNode: updated APIPaul Lemire2015-11-301-5/+3
* QInputAspect: add a comments regarding QInputDeviceIntegration::initializePaul Lemire2015-11-301-0/+4
* QAbstractPhysicalDeviceBackendNode: exported and added protected ctorPaul Lemire2015-11-303-12/+24
* QInputDeviceIntegration: update to retrieve physical devices and their backendPaul Lemire2015-11-301-0/+5
* QAbstractPhysicalDevice: allow to create by providing a private QNode dptrPaul Lemire2015-11-301-1/+1
* Add some implementation for QAbstractPhysicalDeviceBackendNodeSean Harmer2015-11-294-4/+133
* Add API to handle QAxisSettings in QAbstractPhysicalDeviceSean Harmer2015-11-294-7/+131
* Register backend type for AxisSettingSean Harmer2015-11-295-0/+20
* QInputDevicePlugin: Remove useless and dangerous Q_DECLARE_INTERFACEPaul Lemire2015-11-291-2/+0
* Add missing export to QInputDeviceIntegrationPaul Lemire2015-11-281-1/+1
* Add backend AxisSetting classSean Harmer2015-11-283-5/+174
* Add QAxisSetting frontend classSean Harmer2015-11-283-2/+220
* Add a MovingAverage class to allow low pass filtering of input valuesSean Harmer2015-11-283-4/+160
* QInputAspect: createPhysicalDevicePaul Lemire2015-11-283-4/+20
* QAbstractPhysicalDevice: add API to introspect axes/buttonsPaul Lemire2015-11-281-1/+10
* QAxisInput: keys specified as a bit mask directlyPaul Lemire2015-11-283-20/+10