libevdevxx 0.5.0
A C++ wrapper for libevdev.
Loading...
Searching...
No Matches
evdevxx.hpp
Go to the documentation of this file.
1/*
2 * libevdevxx - a C++ wrapper for libevdev
3 *
4 * Copyright (C) 2025 Daniel K. O.
5 * SPDX-License-Identifier: MIT
6 */
7
8#ifndef LIBEVDEVXX_EVDEVXX_HPP
9#define LIBEVDEVXX_EVDEVXX_HPP
10
11// convenience header: includes all of libevdevxx
12
13#include "AbsInfo.hpp"
14#include "Code.hpp"
15#include "Device.hpp"
16#include "Event.hpp"
17#include "Grabber.hpp"
18#include "Property.hpp"
19#include "SyncError.hpp"
20#include "Type.hpp"
21#include "TypeCode.hpp"
22#include "Uinput.hpp"
23
24#endif