FastLED
3.9.15
Loading...
Searching...
No Matches
◆
HandleAfterTouchPoly()
void KeyboardState::HandleAfterTouchPoly
(
uint8_t
note
,
uint8_t
pressure
)
Definition at line
178
of file
Keyboard.cpp
.
178
{
179
FL_UNUSED
(note);
180
FL_UNUSED
(pressure);
181
182
dprintln
(
"HandleAfterTouchPoly"
);
183
184
dprint
(
"\tnote = "
);
185
dprint
(note);
186
187
dprint
(
", pressure = "
);
188
dprintln
(pressure);
189
}
dprint
#define dprint(x)
Definition
dprint.h:13
dprintln
#define dprintln(x)
Definition
dprint.h:14
FL_UNUSED
#define FL_UNUSED(x)
Definition
unused.h:8
References
dprint
,
dprintln
, and
FL_UNUSED
.
KeyboardState
Generated on Fri Aug 22 2025 20:59:35 for FastLED by
1.13.2