Sunshine latest
Self-hosted game stream host for Moonlight.
inputtino_touch.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#include "src/platform/common.h"
15
16using namespace std::literals;
17
18namespace platf::touch {
19 void update(client_input_raw_t *raw, const touch_port_t &touch_port, const touch_input_t &touch);
20}
Declarations for common platform specific utilities.
Declarations for inputtino common input handling.