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