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

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

Uses of VirtualDeviceConfig in de.jreality.toolsystem.config
 

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

Methods in de.jreality.toolsystem.config with parameters of type VirtualDeviceConfig
 void ToolSystemConfiguration.addVirtualDeviceConfig(VirtualDeviceConfig config)
           
 

Method parameters in de.jreality.toolsystem.config with type arguments of type VirtualDeviceConfig
 void ToolSystemConfiguration.setVirtualConfigs(List<VirtualDeviceConfig> virtualConfigs)