libei 1.4.1
A library for Emulated Input
Topics
Here is a list of all topics with brief descriptions:
[detail level 12]
 🥚 EI - The client APILibei is the client-side module
 The logging APIThe API to control logging output
 API for receiver clientsThe receiver client API is available only to clients created with ei_new_receiver()
 API for sender clientsThe sender client API is available only to clients created with ei_new_sender()
 The seat APIThe API to query and interact with a struct ei_seat
 The device APIThe API to query and interact with a struct ei_device
 The region APIThe API to query a struct ei_region for information
 The keymap APIThe API to query a struct ei_keymap for information
 🍦 EIS - The server APILibeis is the server-side module
 The logging APIThe API to control logging output
 API for receiver clientsThe receiver API is available only to clients that are not eis_client_is_sender()
 API for sender clientsThis API is available only on clients that are eis_client_is_sender()
 The seat APIThe API to query and interact with a struct eis_seat
 The device APIThe API to query and interact with a struct eis_device
 The region APIThe API to query a struct eis_region for information
 The keymap APIThe API to query a struct eis_keymap for information
 🚌 liboeffis - An XDG RemoteDesktop portal wrapper API