Skip to content

Commit

Permalink
Introduce vxtouch plugin
Browse files Browse the repository at this point in the history
Introduce VxTouch input plugin. Due to VxWorks containing implementation
of library "compatible", but not identical and with slightly different
ABI, with Unix/Linux evdev, create plugin based on evdevtouch, which
would be used when QT_FEATURE_vxworksevdev is detected, instead of
evdev.

Task-number: QTBUG-115777
Change-Id: I96405c6db2caca3c102f543f0173cfdb44dc5b2b
Reviewed-by: Karim Pinter <[email protected]>
Reviewed-by: Volker Hilsheimer <[email protected]>
Reviewed-by: Laszlo Agocs <[email protected]>
  • Loading branch information
Michał Łoś committed Oct 31, 2024
1 parent 5585215 commit 1567529
Show file tree
Hide file tree
Showing 10 changed files with 1,217 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platformsupport/input/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ qt_internal_extend_target(InputSupportPrivate CONDITION QT_FEATURE_vxworksevdev
vxkeyboard/qvxkeyboardmanager.cpp vxkeyboard/qvxkeyboardmanager_p.h
vxmouse/qvxmousehandler.cpp vxmouse/qvxmousehandler_p.h
vxmouse/qvxmousemanager.cpp vxmouse/qvxmousemanager_p.h
vxtouch/qvxtouchhandler.cpp vxtouch/qvxtouchhandler_p.h
vxtouch/qvxtouchmanager.cpp vxtouch/qvxtouchmanager_p.h
INCLUDE_DIRECTORIES
shared
)
Expand Down
Loading

0 comments on commit 1567529

Please sign in to comment.