Sunshine latest
Self-hosted game stream host for Moonlight.
inputtino_keyboard.h
Go to the documentation of this file.
1
5#pragma once
6
7// lib includes
8#include <boost/locale.hpp>
9#include <inputtino/input.hpp>
10#include <libevdev/libevdev.h>
11
12// local includes
13#include "inputtino_common.h"
14
15using namespace std::literals;
16
17namespace platf::keyboard {
18 void update(input_raw_t *raw, uint16_t modcode, bool release, uint8_t flags);
19
20 void unicode(input_raw_t *raw, char *utf8, int size);
21} // namespace platf::keyboard
Declarations for inputtino common input handling.