mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
parent
53069f1403
commit
1e65439a54
2 changed files with 39 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define _SWAY_INPUT_INPUT_MANAGER_H
|
||||
#include <libinput.h>
|
||||
#include <wlr/types/wlr_input_inhibitor.h>
|
||||
#include <wlr/types/wlr_virtual_keyboard_v1.h>
|
||||
#include "sway/server.h"
|
||||
#include "sway/config.h"
|
||||
#include "list.h"
|
||||
|
|
@ -25,10 +26,12 @@ struct sway_input_manager {
|
|||
struct wl_list seats;
|
||||
|
||||
struct wlr_input_inhibit_manager *inhibit;
|
||||
struct wlr_virtual_keyboard_manager_v1 *virtual_keyboard;
|
||||
|
||||
struct wl_listener new_input;
|
||||
struct wl_listener inhibit_activate;
|
||||
struct wl_listener inhibit_deactivate;
|
||||
struct wl_listener virtual_keyboard_new;
|
||||
};
|
||||
|
||||
struct sway_input_manager *input_manager_create(struct sway_server *server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue