libevdevxx 0.4.0
A C++ wrapper for libevdev.
Loading...
Searching...
No Matches
Code.hpp File Reference
#include <cstdint>
#include <cstddef>
#include <string>
#include <string_view>
#include <utility>
#include "detail/NumberBase.hpp"
#include "Type.hpp"

Go to the source code of this file.

Classes

struct  Code
 Type-safe class for evdev codes (KEY_*, BTN_*, REL_*, etc). More...
 

Namespaces

namespace  evdev
 The namespace of libevdevxx.
 

Functions

std::string code_to_string (Type type, Code code)
 Converts the code to a string representation.