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

◆ SetOff()

void Key::SetOff ( uint32_t now_ms)

Definition at line 24 of file Keyboard.cpp.

24 {
26 mOn = false;
27 mEventTime = now_ms;
28 mSustained = false;
29}
bool mOn
Definition Keyboard.h:36
ColorHSV mOrigColor
Definition Keyboard.h:47
bool mSustained
Definition Keyboard.h:37
unsigned long mEventTime
Definition Keyboard.h:41
ColorHSV mCurrColor
Definition Keyboard.h:48

References mCurrColor, mEventTime, mOn, mOrigColor, and mSustained.

Referenced by HandleAfterTouchChannel(), KeyboardState::HandleNoteOff(), and Update().

+ Here is the caller graph for this function: