Skip to content

Commit

Permalink
Merge pull request #672 from Gemba/fb_input_during_screensaver_resets…
Browse files Browse the repository at this point in the history
…_sleeptimer

Input during screensaver resets sleep timer
  • Loading branch information
pjft committed Jul 14, 2020
2 parents e7cbf5c + 809a621 commit 46526f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions es-core/src/Window.cpp
Expand Up @@ -127,6 +127,8 @@ void Window::input(InputConfig* config, Input input)
if (input.value != 0) {
// handle screensaver control
mScreenSaver->nextVideo();
// user input resets sleep time counter
mTimeSinceLastInput = 0;
}
return;
}
Expand Down

0 comments on commit 46526f9

Please sign in to comment.