FastLED
3.9.15
Loading...
Searching...
No Matches
◆
HandleAfterTouchPoly()
void KeyboardState::HandleAfterTouchPoly
(
uint8_t
note
,
uint8_t
pressure
)
Definition at line
179
of file
Keyboard.cpp
.
179
{
180
FL_UNUSED
(note);
181
FL_UNUSED
(pressure);
182
183
dprintln
(
"HandleAfterTouchPoly"
);
184
185
dprint
(
"\tnote = "
);
186
dprint
(note);
187
188
dprint
(
", pressure = "
);
189
dprintln
(pressure);
190
}
dprint
#define dprint(x)
Definition
dprint.h:13
dprintln
#define dprintln(x)
Definition
dprint.h:14
FL_UNUSED
#define FL_UNUSED(x)
References
dprint
,
dprintln
, and
FL_UNUSED
.
KeyboardState
Generated on Tue Jun 16 2026 00:07:03 for FastLED by
1.13.2