|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeySensor
Defines the requirements of an X3D KeySensor node
| Method Summary | |
|---|---|
int |
getActionKeyPress()
Return the actionKeyPress int value. |
int |
getActionKeyRelease()
Return the actionKeyRelease int value. |
boolean |
getAltKey()
Return the altKey boolean value. |
boolean |
getControlKey()
Return the controlKey boolean value. |
java.lang.String |
getKeyPress()
Return the keyPress String value. |
java.lang.String |
getKeyRelease()
Return the keyRelease String value. |
boolean |
getShiftKey()
Return the shiftKey boolean value. |
| Methods inherited from interface org.web3d.x3d.sai.X3DSensorNode |
|---|
getEnabled, getIsActive, setEnabled |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
java.lang.String getKeyPress()
java.lang.String getKeyRelease()
int getActionKeyPress()
int getActionKeyRelease()
boolean getShiftKey()
boolean getControlKey()
boolean getAltKey()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||