Sunshine master
Self-hosted game stream host for Moonlight.
inputtino_pen.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::pen {
26 void update(client_input_raw_t *raw, const touch_port_t &touch_port, const pen_input_t &pen);
27} // namespace platf::pen
Declarations for common platform specific utilities.
Declarations for inputtino common input handling.
void update(input_raw_t *raw, int nr, const gamepad_state_t &gamepad_state)
Apply the supplied state update to the platform backend.
Definition inputtino_gamepad.cpp:217