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

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

Uses of RawMapping in de.jreality.toolsystem.config
 

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

Methods in de.jreality.toolsystem.config with parameters of type RawMapping
 void ToolSystemConfiguration.addRawMapping(RawMapping mapping)
           
 

Method parameters in de.jreality.toolsystem.config with type arguments of type RawMapping
 void ToolSystemConfiguration.setRawMappings(List<RawMapping> rawMappings)