added drag and drop functionality

barebones but functioning
This commit is contained in:
vaxerski
2022-03-21 17:50:28 +01:00
parent 546fff6aa6
commit 30ae4be181
5 changed files with 24 additions and 2 deletions

View File

@@ -81,4 +81,8 @@ namespace Events {
// XWayland
LISTENER(readyXWayland);
LISTENER(surfaceXWayland);
// Drag & Drop
LISTENER(requestDrag);
LISTENER(startDrag);
};