Package de.jreality.toolsystem.raw

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