Antkeeper  0.0.1
Public Attributes | List of all members
control_profile Struct Reference

#include <control-profile.hpp>

Public Attributes

std::multimap< hash::fnv1a32_t, std::unique_ptr< input::mapping > > mappings
 Input mappings. More...
 
dict< hash::fnv1a32_tsettings
 Profile-specific settings. More...
 

Detailed Description

Definition at line 30 of file control-profile.hpp.

Member Data Documentation

◆ mappings

std::multimap<hash::fnv1a32_t, std::unique_ptr<input::mapping> > control_profile::mappings

Input mappings.

Definition at line 34 of file control-profile.hpp.

◆ settings

dict<hash::fnv1a32_t> control_profile::settings

Profile-specific settings.

Definition at line 37 of file control-profile.hpp.


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