8#ifndef LIBEVDEVXX_UINPUT_HPP
9#define LIBEVDEVXX_UINPUT_HPP
16#include <libevdev/libevdev-uinput.h>
37 int fd = LIBEVDEV_UINPUT_OPEN_MANAGED);
55 int fd = LIBEVDEV_UINPUT_OPEN_MANAGED);
70 std::optional<std::filesystem::path>
78 std::optional<std::filesystem::path>
Represents a device (real or not).
Definition Device.hpp:46
Definition basic_wrapper.hpp:21
The namespace of libevdevxx.
Definition AbsInfo.hpp:18
Definition TypeCode.hpp:20
Type-safe class for evdev codes (KEY_*, BTN_*, REL_*, etc).
Definition Code.hpp:30