gramods
|
A sample containing the state of any number of buttons. More...
#include <ButtonsTracker.hh>
Public Attributes | |
std::map< size_t, bool > | buttons |
The state of the buttons communicated. More... | |
clock::time_point | time |
The time of the sample. More... | |
A sample containing the state of any number of buttons.
std::map<size_t, bool> gramods::gmTrack::ButtonsTracker::ButtonsSample::buttons |
The state of the buttons communicated.
clock::time_point gramods::gmTrack::ButtonsTracker::ButtonsSample::time |
The time of the sample.