7#include <boost/locale.hpp>
8#include <inputtino/input.hpp>
9#include <libevdev/libevdev.h>
13using namespace std::literals;
17 update(input_raw_t *raw, uint16_t modcode,
bool release, uint8_t flags);
20 unicode(input_raw_t *raw,
char *utf8,
int size);
void unicode(input_t &input, char *utf8, int size)
Definition inputtino.cpp:76