RADLib
RADical C++ application framework
RADInput::InputPaths Struct Reference

Filesystem roots used for real devices or tests. More...

#include <RADInput.h>

Public Attributes

std::string devInput = "/dev/input"
 Directory containing event nodes. More...
 
std::string sysClassInput = "/sys/class/input"
 Sysfs input class directory. More...
 

Detailed Description

Filesystem roots used for real devices or tests.

Member Data Documentation

◆ devInput

std::string RADInput::InputPaths::devInput = "/dev/input"

Directory containing event nodes.

◆ sysClassInput

std::string RADInput::InputPaths::sysClassInput = "/sys/class/input"

Sysfs input class directory.


The documentation for this struct was generated from the following file: