libevdevxx 0.4.0
A C++ wrapper for libevdev.
|
#include <cstdarg>
#include <cstdint>
#include <filesystem>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include <libevdev/libevdev.h>
#include "AbsInfo.hpp"
#include "Event.hpp"
#include "Property.hpp"
#include "ReadFlag.hpp"
#include "ReadStatus.hpp"
#include "TypeCode.hpp"
#include "detail/ScopedFile.hpp"
Go to the source code of this file.
Classes | |
class | Device |
Represents a device (real of not). More... | |
Namespaces | |
namespace | evdev |
The namespace of libevdevxx. | |
Enumerations | |
enum class | LogPriority { none = -1 , error = LIBEVDEV_LOG_ERROR , info = LIBEVDEV_LOG_INFO , debug = LIBEVDEV_LOG_DEBUG } |
Helper enum to use the logging functions. More... | |