9#ifndef LIBEVDEVXX_READ_STATUS_HPP
10#define LIBEVDEVXX_READ_STATUS_HPP
17#include <libevdev/libevdev.h>
The namespace of libevdevxx.
Definition: AbsInfo.hpp:20
int to_errno(ReadStatus st)
std::string to_string(const AbsInfo &info)
std::ostream & operator<<(std::ostream &out, const AbsInfo &info)
ReadStatus
Definition: ReadStatus.hpp:23
@ dropped
Definition: ReadStatus.hpp:25
@ again
Definition: ReadStatus.hpp:26
@ success
Definition: ReadStatus.hpp:24