FastLED
3.9.15
Loading...
Searching...
No Matches
◆
Update()
void KeyboardState::Update
(
uint32_t
now_ms
,
uint32_t
delta_ms
)
Definition at line
197
of file
Keyboard.cpp
.
197
{
198
for
(
int
i = 0; i <
kNumKeys
; ++i) {
199
keys_
[i].Update(now_ms, delta_ms,
sustain_pedal_
);
200
}
201
}
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