FastLED 3.9.15
Loading...
Searching...
No Matches

◆ HandleAfterTouchChannel()

void HandleAfterTouchChannel ( byte channel,
byte pressure )

Definition at line 104 of file LuminescentGrand.ino.

104 {
105 FL_UNUSED(channel);
106 FL_UNUSED(pressure);
107 #if 0 // Disabled for now.
108 if (0 == pressure) {
109 for (int i = 0; i < kNumKeys; ++i) {
110 Key& key = keyboard.keys_[i];
111 key.SetOff();
112 }
113 }
114 #endif
115}
KeyboardState keyboard
#define FL_UNUSED(x)
@ kNumKeys
Definition settings.h:5
void SetOff(uint32_t now_ms)
Definition Keyboard.cpp:24
Definition Keyboard.h:22

References FL_UNUSED, keyboard, kNumKeys, and Key::SetOff().

Referenced by setup().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: