mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend/x11: Add new Xinput events
This commit is contained in:
parent
88b2d6fe25
commit
d89e868cc9
3 changed files with 158 additions and 1 deletions
|
|
@ -89,6 +89,8 @@ extern const struct wlr_input_device_impl input_device_impl;
|
|||
|
||||
void handle_x11_input_event(struct wlr_x11_backend *x11,
|
||||
xcb_generic_event_t *event);
|
||||
void handle_x11_xinput_event(struct wlr_x11_backend *x11,
|
||||
xcb_ge_generic_event_t *event);
|
||||
void update_x11_pointer_position(struct wlr_x11_output *output,
|
||||
xcb_timestamp_t time);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue