mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-07 13:29:55 -05:00
Forgot to add egl-compositor.h.
This commit is contained in:
parent
29573bc569
commit
aad70ba986
1 changed files with 15 additions and 0 deletions
15
egl-compositor.h
Normal file
15
egl-compositor.h
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
|
||||||
|
struct egl_input_device;
|
||||||
|
void
|
||||||
|
egl_device_get_position(struct egl_input_device *device, int32_t *x, int32_t *y);
|
||||||
|
void
|
||||||
|
notify_motion(struct egl_input_device *device, int x, int y);
|
||||||
|
void
|
||||||
|
notify_button(struct egl_input_device *device, int32_t button, int32_t state);
|
||||||
|
void
|
||||||
|
notify_key(struct egl_input_device *device, uint32_t key, uint32_t state);
|
||||||
|
|
||||||
|
struct evdev_input_device *
|
||||||
|
evdev_input_device_create(struct egl_input_device *device,
|
||||||
|
struct wl_display *display, const char *path);
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue