libevdevxx 0.4.0
A C++ wrapper for libevdev.
|
#include <Event.hpp>
Public Member Functions | |
constexpr | Event () noexcept=default |
constexpr | Event (const ::input_event &e) noexcept |
constexpr Event & | operator= (const ::input_event &e) noexcept |
operator::input_event () const noexcept | |
Public Attributes | |
std::uint32_t | sec {} |
std::uint32_t | usec {} |
Type | type |
Code | code |
std::int32_t | value {} |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlineconstexprnoexcept |
Code code |
std::uint32_t sec {} |
Type type |
std::uint32_t usec {} |
std::int32_t value {} |