Sunshine v2025.118.151840
Self-hosted game stream host for Moonlight.
inputtino_touch.h
Go to the documentation of this file.
1
5#pragma once
6
7#include <boost/locale.hpp>
8#include <inputtino/input.hpp>
9#include <libevdev/libevdev.h>
10
11#include "src/platform/common.h"
12
13#include "inputtino_common.h"
14
15using namespace std::literals;
16
17namespace platf::touch {
18 void
19 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.