SRI-CSL / PVS

The People's Verification System
http://pvs.csl.sri.com
GNU General Public License v2.0
135 stars 32 forks source link

Get Cursor Change events implemented #7

Closed happyhuman closed 11 years ago

happyhuman commented 11 years ago

There was no direct event to capture the position changes of the cursor. I implemented an indirect way by capturing both the keyboard and the mouse events to get this done.