isolver / ioHub

A Python program, running as an independent process, that provides a 'proxy like' service for experiment runtimes ( psychopy ) and devices ( keyboard, mouse, parallel port, eye tracker, ... ).
19 stars 14 forks source link

Linux: mouse events button_states being updated but button is not. #77

Closed isolver closed 11 years ago

isolver commented 11 years ago

The pressed_buttons field of mouse events is being updated (maybe incorrectly) but the button state field does not change from 0. So ioMouse will not allow anything but moving the mouse spot around for example.

isolver commented 11 years ago

fixed.