mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-08 13:29:45 -05:00
virtual-keyboard: add support for the virtual-keyboard-v1 protocol
This commit is contained in:
parent
a94c56a828
commit
5334ee8bfd
10 changed files with 427 additions and 0 deletions
7
include/rootston/virtual_keyboard.h
Normal file
7
include/rootston/virtual_keyboard.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef ROOTSTON_VIRTUAL_KEYBOARD_H
|
||||
#define ROOTSTON_VIRTUAL_KEYBOARD_H
|
||||
|
||||
#include <wayland-server-core.h>
|
||||
|
||||
void handle_virtual_keyboard(struct wl_listener *listener, void *data);
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue