mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
Implement wayland backend input events
This commit is contained in:
parent
0b8e6cccc8
commit
c1520077b6
3 changed files with 87 additions and 29 deletions
|
|
@ -43,6 +43,11 @@ struct wlr_input_device_state {
|
|||
void *resource;
|
||||
};
|
||||
|
||||
struct wlr_pointer_state {
|
||||
double surface_x;
|
||||
double surface_y;
|
||||
};
|
||||
|
||||
void wlr_wl_registry_poll(struct wlr_backend_state *backend);
|
||||
|
||||
extern const struct wl_seat_listener seat_listener;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue