Uses of Interface
de.jreality.toolsystem.raw.RawDevice

Packages that use RawDevice
de.jreality.toolsystem.config Classes for handling the jReality tool configuration, which guarantees hardware independence for input devices. 
de.jreality.toolsystem.raw Classes for managing the standard raw (i.e., hardware) input devices used by jReality. 
 

Uses of RawDevice in de.jreality.toolsystem.config
 

Methods in de.jreality.toolsystem.config that return RawDevice
 RawDevice RawDeviceConfig.createDevice()
           
 

Uses of RawDevice in de.jreality.toolsystem.raw
 

Classes in de.jreality.toolsystem.raw that implement RawDevice
 class 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.
 class DeviceMouse
           
 class DeviceOldKeyboard
          This class contains an ugly workaround for linux keyboard auto-repeat.
 class DeviceSystemTimer
           
 class WiiMoteOSC
          Receives WiiMote events via OSC Make sure to uncomment the WiiMoteOSC bits in toolconfig.xml if you want to use this driver.