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

References dprint, dprintln, and FL_UNUSED.