* add touch support (experimental) * add support for wlr_cursor_shape_v1 * add support for wlr_relative_pointer_manager_v1
8 lines
167 B
C
8 lines
167 B
C
#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 |