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

Support non-fullscreen window #65

Open isolver opened 11 years ago

isolver commented 11 years ago

Add support for a Display having a non full screen window being used for stim presentation; so the bounding rect of the 'display' therefore will depend on the window location and size.

Questions:

1) Do multiple windows need to be supported, or can there be a limit of 1.

2) If answer to 1) is 'yes, there DOES need to be multi window support,, then can the windows be on the same display or can it be limited to 1 window per display?