LeviLamina
Loading...
Searching...
No Matches
ChordButtonMapping.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 32, ::std::string> generatedButtonName;
10 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> sourceButtonNames;
11 ::ll::TypedStorage<4, 4, float> minHoldTime;
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
16 ChordButtonMapping& operator=(ChordButtonMapping const&);
17 ChordButtonMapping();
18
19public:
20 // member functions
21 // NOLINTBEGIN
22 MCAPI ChordButtonMapping(::ChordButtonMapping const&);
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
28 MCAPI void* $ctor(::ChordButtonMapping const&);
29 // NOLINTEND
30};
Definition ChordButtonMapping.h:5