Uses of Interface
org.web3d.x3d.sai.KeyDeviceSensor.KeySensor
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 KeySensor in org.web3d.x3d.jsail.KeyDeviceSensor
Modifier and TypeClassDescriptionclass
KeySensor generates events as the user presses keys on the keyboard. -
Uses of KeySensor in org.web3d.x3d.sai.KeyDeviceSensor
Modifier and TypeMethodDescriptionKeySensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.KeySensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.KeySensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.