de.jreality.scene.tool
Class InputSlot
java.lang.Object
de.jreality.scene.tool.InputSlot
- All Implemented Interfaces:
- Serializable
public class InputSlot
- extends Object
- implements Serializable
Abstract input device, addressed via a logical name.
- See Also:
- Serialized Form
getDevice
public static InputSlot getDevice(String name)
- Get the canonical device for the logical name. Devices with the
same name are meant to represent the same device and yield the
same instance.
getName
public String getName()
toString
public String toString()
- Overrides:
toString
in class Object