|
libevdevxx 0.5.4
A C++ wrapper for libevdev.
|
Maps to the ::input_absinfo struct from linux/input.h. More...
#include <AbsInfo.hpp>
Public Member Functions | |
| constexpr | AbsInfo () noexcept=default |
| constexpr | AbsInfo (const ::input_absinfo &a) noexcept |
| constexpr AbsInfo & | operator= (const ::input_absinfo &a) noexcept |
| constexpr | operator::input_absinfo () const noexcept |
Public Attributes | |
| std::int32_t | val = 0 |
| std::int32_t | min = 0 |
| std::int32_t | max = 0 |
| std::int32_t | fuzz = 0 |
| std::int32_t | flat = 0 |
| std::int32_t | res = 0 |
Maps to the ::input_absinfo struct from linux/input.h.
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
| std::int32_t flat = 0 |
| std::int32_t fuzz = 0 |
| std::int32_t max = 0 |
| std::int32_t min = 0 |
| std::int32_t res = 0 |
| std::int32_t val = 0 |