FastLED
3.9.15
Loading...
Searching...
No Matches
◆
KeyboardState()
KeyboardState::KeyboardState
(
)
Definition at line
192
of file
Keyboard.cpp
.
192
:
mSustainPedal
(
false
),
mKeys
() {
193
for
(
int
i = 0; i <
kNumKeys
; ++i) {
194
mKeys
[i].mIdx = i;
195
}
196
}
KeyboardState::kNumKeys
static const int kNumKeys
Definition
Keyboard.h:101
KeyboardState::mSustainPedal
bool mSustainPedal
Definition
Keyboard.h:102
KeyboardState::mKeys
Key mKeys[kNumKeys]
Definition
Keyboard.h:103
References
kNumKeys
,
mKeys
, and
mSustainPedal
.
KeyboardState
Generated on Tue Jun 16 2026 00:07:03 for FastLED by
1.13.2