Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vasum::InputConfig Struct Reference

#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...
 

Member Data Documentation

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.


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