feat: add more protocols + touch support:

* add touch support (experimental)
* add support for wlr_cursor_shape_v1
* add support for wlr_relative_pointer_manager_v1
This commit is contained in:
DL
2025-07-29 15:33:19 +02:00
parent 0b738f4476
commit 0f31545ccd
11 changed files with 639 additions and 60 deletions

8
touch.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef DIYAC_TOUCH_H
#define DIYAC_TOUCH_H
#include "diyac.h"
void diyac_touch_init(struct diyac_seat *seat);
void diyac_touch_drop(struct diyac_seat *seat);
#endif