FastLED
3.9.15
Loading...
Searching...
No Matches
◆
KeyboardState()
KeyboardState::KeyboardState
(
)
Definition at line
191
of file
Keyboard.cpp
.
191
:
sustain_pedal_
(
false
),
keys_
() {
192
for
(
int
i = 0; i <
kNumKeys
; ++i) {
193
keys_
[i].idx_ = i;
194
}
195
}
KeyboardState::kNumKeys
static const int kNumKeys
Definition
Keyboard.h:101
KeyboardState::sustain_pedal_
bool sustain_pedal_
Definition
Keyboard.h:102
KeyboardState::keys_
Key keys_[kNumKeys]
Definition
Keyboard.h:103
References
keys_
,
kNumKeys
, and
sustain_pedal_
.
KeyboardState
Generated on Fri Aug 22 2025 20:59:35 for FastLED by
1.13.2