dnd: drop on tablet pen tip up (#11270)
This commit is contained in:
parent
f309d86003
commit
23be1db1e3
3 changed files with 13 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue