cloudbearings / ez-access-web

Automatically exported from code.google.com/p/ez-access-web
0 stars 0 forks source link

Reset timer on touch, click, keypress #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The timer/s for both the idle speech (loop) and the timeout message should 
reset whenever the user does anything--even if what they do is not accepted 
input in that context.

Most important:
* Reset timer with screen touches and drags (timer starts when a person lifts 
their finger)
* Reset timer when any EZ Access button is pushed

Nice to have:
* Reset timer with any mouse click (timer starts on mouse-button-up)
* Reset timer when any keyboard key is pressed

You may wish to keep one timer so that it is easier to reset. This timer would 
represent the time since the user finished their last input.

Original issue reported on code.google.com by jbjor...@gmail.com on 10 Sep 2013 at 8:17

GoogleCodeExporter commented 9 years ago
Fixed by r321

Original comment by aeharding on 11 Sep 2013 at 9:13