509576d616
Co-authored-by: ABeltramo <beltramo.ale@gmail.com> Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
17 lines
331 B
C++
17 lines
331 B
C++
#pragma once
|
|
|
|
#include <boost/locale.hpp>
|
|
#include <inputtino/input.hpp>
|
|
#include <libevdev/libevdev.h>
|
|
|
|
#include "src/platform/common.h"
|
|
|
|
#include "inputtino_common.h"
|
|
|
|
using namespace std::literals;
|
|
|
|
namespace platf::touch {
|
|
void
|
|
update(client_input_raw_t *raw, const touch_port_t &touch_port, const touch_input_t &touch);
|
|
}
|