rchreptyk / screensaveralarm

0 stars 0 forks source link

Detect mouse movement and then trigger alarm additionally #6

Closed rchreptyk closed 7 years ago

ftechhelp commented 7 years ago

I think we should not detect mouse movement but instead, keyboard strokes or mouse clicks. That way it does not mistakenly get triggered because of vibrations, etc. In addition, in order to be able to do any interactions with the OS, you need input, therefore removing this check does not compromise safety.

ftechhelp commented 7 years ago

Thoughts?

rchreptyk commented 7 years ago

I disagree. The first thing people do when they get to a computer is shake the mouse to figure out where the cursor is before doing anything. No one clicks randomly until they've gained control. It would be easy to set a movement threshold that makes the user move the mouse at least a centimeter that wouldn't occur through vibrations.

rchreptyk commented 7 years ago

If the user moves the mouse and can't gain control of the computer, they'll get sketched out and most likely leave without triggering the alarm.

ftechhelp commented 7 years ago

Okay agreed, mouse movement has been integrated. The alarm trigger should be part of the same class as the max volume function no?

ftechhelp commented 7 years ago

Mouse Class Finished and has an event to subscribe to for the alarm.