Uses of Class
de.jreality.toolsystem.config.RawDeviceConfig

Packages that use RawDeviceConfig
de.jreality.toolsystem.config Classes for handling the jReality tool configuration, which guarantees hardware independence for input devices. 
 

Uses of RawDeviceConfig in de.jreality.toolsystem.config
 

Methods in de.jreality.toolsystem.config that return types with arguments of type RawDeviceConfig
 List<RawDeviceConfig> ToolSystemConfiguration.getRawConfigs()
           
 

Methods in de.jreality.toolsystem.config with parameters of type RawDeviceConfig
 void ToolSystemConfiguration.addRawDeviceConfig(RawDeviceConfig config)
           
 

Method parameters in de.jreality.toolsystem.config with type arguments of type RawDeviceConfig
 void ToolSystemConfiguration.setRawConfigs(List<RawDeviceConfig> rawConfigs)