de.jreality.toolsystem
Interface VirtualDeviceContext


public interface VirtualDeviceContext

Author:
weissman

Method Summary
 AxisState getAxisState(InputSlot slot)
           
 ToolEvent getEvent()
           
 DoubleArray getTransformationMatrix(InputSlot slot)
           
 

Method Detail

getEvent

ToolEvent getEvent()

getAxisState

AxisState getAxisState(InputSlot slot)
                       throws MissingSlotException
Throws:
MissingSlotException

getTransformationMatrix

DoubleArray getTransformationMatrix(InputSlot slot)
                                    throws MissingSlotException
Throws:
MissingSlotException