FastLED
3.9.15
Loading...
Searching...
No Matches
◆
HandleAfterTouchPoly()
void KeyboardState::HandleAfterTouchPoly
(
uint8_t
note
,
uint8_t
pressure
)
Definition at line
180
of file
Keyboard.cpp
.
180
{
181
dprintln
(
"HandleAfterTouchPoly"
);
182
183
dprint
(
"\tnote = "
);
184
dprint
(note);
185
186
dprint
(
", pressure = "
);
187
dprintln
(pressure);
188
}
dprint
#define dprint(x)
Definition
dprint.h:11
dprintln
#define dprintln(x)
Definition
dprint.h:12
References
dprint
, and
dprintln
.
KeyboardState
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2