Package de.jreality.toolsystem.raw

Classes for managing the standard raw (i.e., hardware) input devices used by jReality.

See:
          Description

Interface Summary
PollingDevice Polling devices implement this interface and do their polling in the poll() method.
RawDevice  
 

Class Summary
AbstractDeviceMouse  
DeviceKeyboard This driver mainly consists of a workaround for the keyboard auto-repeat: Windows: The auto-repeat on windows triggers repeating key-pressed events, and also key-typed events which we ignore.
DeviceMouse  
DeviceOldKeyboard This class contains an ugly workaround for linux keyboard auto-repeat.
DeviceSystemTimer  
WiiMoteOSC Receives WiiMote events via OSC Make sure to uncomment the WiiMoteOSC bits in toolconfig.xml if you want to use this driver.
 

Package de.jreality.toolsystem.raw Description

Classes for managing the standard raw (i.e., hardware) input devices used by jReality.