![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <XkbcommonKeymap.h>
Public Member Functions | |
CXkbcommonContext (xkb_context_flags flags=XKB_CONTEXT_NO_FLAGS) | |
std::unique_ptr< CXkbcommonKeymap > | LocalizedKeymapFromString (const std::string &keymap, const std::string &locale) |
|
explicit |
std::unique_ptr< CXkbcommonKeymap > CXkbcommonContext::LocalizedKeymapFromString | ( | const std::string & | keymap, |
const std::string & | locale ) |
Opens a shared memory region and parses the data in it to an xkbcommon keymap.
This function does not own the file descriptor. It must not be closed from this function.