Antkeeper
0.0.1
|
#include <control-profile.hpp>
Public Attributes | |
std::multimap< hash::fnv1a32_t, std::unique_ptr< input::mapping > > | mappings |
Input mappings. More... | |
dict< hash::fnv1a32_t > | settings |
Profile-specific settings. More... | |
Definition at line 30 of file control-profile.hpp.
std::multimap<hash::fnv1a32_t, std::unique_ptr<input::mapping> > control_profile::mappings |
Input mappings.
Definition at line 34 of file control-profile.hpp.
dict<hash::fnv1a32_t> control_profile::settings |
Profile-specific settings.
Definition at line 37 of file control-profile.hpp.