summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/vxmouse
Commit message (Collapse)AuthorAgeFilesLines
* Introduce QVxMousePluginMichał Łoś2024-10-223-0/+59
Since VxWorks evdev implementation should be treated as a separate entity, extract current code for handling evdev mouse and create a separate plugin which will use VxWorks version of evdev. This will allow to separate evolution of actual evdev from VxWorks. This is a preparatory change, no mouse detection will be added with this patch yet. Task-number: QTBUG-115777 Change-Id: Icb62aeca8f091f58efd3c731eb35d6a0695a591d Reviewed-by: Karim Pinter <[email protected]> Reviewed-by: Laszlo Agocs <[email protected]>