#include <input-monitor-config.hpp>
Public Attributes | |
bool | enabled |
Is monitoring input enabled? More... | |
std::string | device |
Device name or an absolute device file path (must be a string starting with '/' character) More... | |
int | code |
Event code. More... | |
int | numberOfEvents |
Number of events that will trigger an action. More... | |
int | timeWindowMs |
Time window in which subsequent events will trigger an action. More... | |
int vasum::InputConfig::code |
Event code.
std::string vasum::InputConfig::device |
Device name or an absolute device file path (must be a string starting with '/' character)
bool vasum::InputConfig::enabled |
Is monitoring input enabled?
int vasum::InputConfig::numberOfEvents |
Number of events that will trigger an action.
int vasum::InputConfig::timeWindowMs |
Time window in which subsequent events will trigger an action.