dnd: drop on tablet pen tip up (#11270)

This commit is contained in:
Maxime Nordier 2025-07-30 22:37:36 +02:00 committed by GitHub
parent f309d86003
commit 23be1db1e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 0 deletions

View file

@ -180,6 +180,7 @@ class CWLDataDeviceProtocol : public IWaylandProtocol {
SP<HOOK_CALLBACK_FN> mouseButton;
SP<HOOK_CALLBACK_FN> touchUp;
SP<HOOK_CALLBACK_FN> touchMove;
SP<HOOK_CALLBACK_FN> tabletTip;
} m_dnd;
void abortDrag();