thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

Run full-screen #19

Closed thartbm closed 6 years ago

thartbm commented 6 years ago

The experiment should run in full-screen mode.

juliusjgm12 commented 6 years ago

I keep the experiment running windowed for the moment as i'm making changes. It makes it easier to exit the psychopy window if it gets stuck. There's a boolean in the GUI around line 54 under "general configurations settings" called self.FULLSCREEN. In case I push the changes and forget to change this, if you set this to value to True the experiment will run in fullscreen.