ptvr  v0.1
A Python toolkit for creating VR experiments.
ptvr.data.input.Display Class Reference
Inheritance diagram for ptvr.data.input.Display:
ptvr.data.input.TimedDisplay ptvr.data.input.UserOptionDisplay ptvr.data.input.UserOptionWithSoundFeedbackDisplay ptvr.data.input.UserOptionWithTimeoutDisplay

Public Member Functions

def show (self)
 
def get (self)
 

Detailed Description

Associate an event with each scene which determines when the scene ends. 
   A scene can end after a pre-determined time (e.g., show a stimulus for
   500 ms), or after a user input (e.g., a valid key press or a selection). 
   All such options are derived from this class. There can be more complex options, such as
   user input within a certain time, or a reminder each k ms, etc.

Member Function Documentation

◆ get()

def ptvr.data.input.Display.get (   self)

◆ show()

def ptvr.data.input.Display.show (   self)

The documentation for this class was generated from the following file: