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}
#define dprint(x)
Definition dprint.h:13
#define dprintln(x)
Definition dprint.h:14
#define FL_UNUSED(x)
Definition unused.h:8

References dprint, dprintln, and FL_UNUSED.