Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Since stylus leaving proximity of screen doesn't change the hovered state, we have to take that into account #5135

Merged
merged 1 commit into from Mar 23, 2024

Conversation

nirvn
Copy link
Member

@nirvn nirvn commented Mar 22, 2024

Some more preparation for finger tapping to vertex at finger position. We need to insure we never mix up stylus and finger.

import QtQuick 2.14
import QtQuick.Controls 2.14
import QtQml 2.14
import QtQuick 2.15
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For reviewer: this is needed as the useful dragThreshold property for the DragHandler was only introduced in Qt 5.15 (hence going from .14 to .15).

Copy link
Collaborator

@suricactus suricactus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for the comments

@qfield-fairy
Copy link
Collaborator

@nirvn nirvn merged commit 3bb4956 into master Mar 23, 2024
25 checks passed
@nirvn nirvn deleted the finger_stylus_qt_hell branch March 23, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants