qtdeclarative/examples/quick/pointerhandlers
Matthias Rauter 30c3a65b7b Fix button handling in MouseFeedbackSprite of pointerhandler example
HoverHandler does not react to button presses. Images to indicate button
presses are loaded but never shown because of this. This patch adds an
additional PointHandler which reacts to button presses.

Pick-to: 6.5
Change-Id: I60c1daef5144d7431605b0dc7dbedc0723a17fe0
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-04-20 22:23:16 +00:00
..
components Fix button handling in MouseFeedbackSprite of pointerhandler example 2023-04-20 22:23:16 +00:00
doc Document the Pointer Handlers example 2023-03-02 20:31:13 +01:00
images Move most of the pointer manual tests to a new pointerhandlers example 2021-09-24 17:03:19 +02:00
CMakeLists.txt Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, tests 2023-02-21 19:45:44 +01:00
fakeFlickable.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
flingAnimation.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
joystick.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
main.cpp Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
map.qml map example: don't restrict pinch-zoom to center 2023-01-02 18:52:57 +00:00
mixer.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
multibuttons.qml Add TapHandler.exclusiveSignals to enable single/double tap exclusivity 2022-10-19 06:02:33 +02:00
pieMenu.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
pinchHandler.qml Add PinchHandler.scaleAxis, rotationAxis; hold values in axes 2022-12-10 03:13:57 +01:00
pointerhandlers.pro Fix pointer handlers example build: include piemenu, qmake support 2021-12-12 14:39:36 +01:00
pointerhandlers.qml Change hierarchy level of MouseFeedbackSprite in pointerhandler example 2023-04-21 00:23:15 +02:00
qml.qrc Fix pointer handlers example build: include piemenu, qmake support 2021-12-12 14:39:36 +01:00
sidebar.qml Use inline component in sidebar example rather than Loader 2023-01-05 06:04:16 +01:00
singlePointHandlerProperties.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
tabletCanvasDrawing.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
tapHandler.qml handlers example: Add TapHandler single/doubleTapped signal feedback 2023-03-10 00:04:02 +01:00
tapWithModifiers.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00