mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
Implement input method keyboard grab
This commit is contained in:
parent
585abdb357
commit
e5913f8106
3 changed files with 102 additions and 9 deletions
|
@ -28,7 +28,10 @@ struct sway_input_method_relay {
|
|||
|
||||
struct wl_listener input_method_new;
|
||||
struct wl_listener input_method_commit;
|
||||
struct wl_listener input_method_grab_keyboard;
|
||||
struct wl_listener input_method_destroy;
|
||||
|
||||
struct wl_listener input_method_keyboard_grab_destroy;
|
||||
};
|
||||
|
||||
struct sway_text_input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue