gamescope/src/ime.hpp
Simon Ser 49da53db55 Implement a subset of input-method-unstable-v2
This allows a Wayland client to send arbitrary UTF-8 text to the
currently focused X11 client. Useful for virtual keyboards.

We generate a keymap on-the-fly suitable for the text to type.
2021-10-08 22:55:01 -07:00

7 lines
117 B
C++

// Input Method Editor
#pragma once
#include "wlserver.hpp"
void create_ime_manager(struct wlserver_t *wlserver);