ERIS CORE

◆ onFocusLost()

void FLASHMEM AppCQT::onFocusLost ( )
inlineprotectedvirtual

Event handler called when the app loses focus.

Reimplemented from AppBaseClass.

Definition at line 304 of file appCQT.h.

304  { //called when focus is taken
305  if (fft == NULL || fft2 == NULL) return;
306  fft->enableFFT(false);
307  fft2->enableFFT(false);
308  is_active = false;
309  };
bool is_active
Definition: appCQT.h:68
erisAudioAnalyzeFFT1024 * fft
Definition: appCQT.h:79
erisAudioAnalyzeFFT1024 * fft2
Definition: appCQT.h:80
void enableFFT(bool enable_state)

References erisAudioAnalyzeFFT1024::enableFFT(), fft, fft2, and is_active.

Referenced by messageHandler().

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