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

◆ SetOff()

void Key::SetOff ( uint32_t now_ms)

Definition at line 25 of file Keyboard.cpp.

25 {
27 on_ = false;
28 event_time_ = now_ms;
29 sustained_ = false;
30}
ColorHSV orig_color_
Definition Keyboard.h:47
bool sustained_
Definition Keyboard.h:37
ColorHSV curr_color_
Definition Keyboard.h:48
unsigned long event_time_
Definition Keyboard.h:41
bool on_
Definition Keyboard.h:36

References curr_color_, event_time_, on_, orig_color_, and sustained_.

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

+ Here is the caller graph for this function: