mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-17 06:59:46 -05:00
Add keyboard and pointer focus events.
This commit is contained in:
parent
ce5a9c1096
commit
db6c2f3f0e
5 changed files with 81 additions and 7 deletions
|
|
@ -52,9 +52,11 @@ extern const struct wl_interface wl_compositor_interface;
|
|||
extern const struct wl_interface wl_surface_interface;
|
||||
|
||||
|
||||
#define WL_INPUT_MOTION 0
|
||||
#define WL_INPUT_BUTTON 1
|
||||
#define WL_INPUT_KEY 2
|
||||
#define WL_INPUT_MOTION 0
|
||||
#define WL_INPUT_BUTTON 1
|
||||
#define WL_INPUT_KEY 2
|
||||
#define WL_INPUT_POINTER_FOCUS 3
|
||||
#define WL_INPUT_KEYBOARD_FOCUS 4
|
||||
|
||||
extern const struct wl_interface wl_input_device_interface;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue