Uses of Interface
org.web3d.x3d.sai.KeyDeviceSensor.X3DKeyDeviceSensorNode
Package
Description
The Key Device Sensor defines how keyboard keystrokes are inserted into an X3D world.
The Key Device Sensor defines how keyboard keystrokes are inserted into an X3D world.
-
Uses of X3DKeyDeviceSensorNode in org.web3d.x3d.jsail.KeyDeviceSensor
Modifier and TypeClassDescriptionclass
KeySensor generates events as the user presses keys on the keyboard.class
StringSensor generates events as the user presses keys on the keyboard. -
Uses of X3DKeyDeviceSensorNode in org.web3d.x3d.sai.KeyDeviceSensor
Modifier and TypeInterfaceDescriptioninterface
KeySensor generates events as the user presses keys on the keyboard.interface
StringSensor generates events as the user presses keys on the keyboard.Modifier and TypeMethodDescriptionX3DKeyDeviceSensorNode.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.X3DKeyDeviceSensorNode.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DKeyDeviceSensorNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.