Uses of Enum Class
com.openinventor.inventor.events.SoKeyboardEvent.Keys
Packages that use SoKeyboardEvent.Keys
Package
Description
Viewer components contains helpful tools to implement a custom viewer.
IvTune is an extensible, interactive tool that allows the user to inspect and modify Open Inventor scene graphs, even in a running application program.
-
Uses of SoKeyboardEvent.Keys in com.openinventor.inventor.events
Methods in com.openinventor.inventor.events that return SoKeyboardEvent.KeysModifier and TypeMethodDescriptionSoKeyboardEvent.getKey()Gets which key generated the event.static SoKeyboardEvent.KeysSoKeyboardEvent.getKeySym(int key) static SoKeyboardEvent.KeysSoKeyboardEvent.Keys.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoKeyboardEvent.KeysReturns the enum constant of this class with the specified name.static SoKeyboardEvent.Keys[]SoKeyboardEvent.Keys.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.events with parameters of type SoKeyboardEvent.KeysModifier and TypeMethodDescriptionstatic booleanSoKeyboardEvent.isKeyPressEvent(SoEvent e, SoKeyboardEvent.Keys whichKey) Returns whether the passed event is a keyboard press event of the passed key.static booleanSoKeyboardEvent.isKeyReleaseEvent(SoEvent e, SoKeyboardEvent.Keys whichKey) Returns whether the passed event is a keyboard release event of the passed key.voidSoKeyboardEvent.setKey(SoKeyboardEvent.Keys whichKey) Sets which key generated the event. -
Uses of SoKeyboardEvent.Keys in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents with parameters of type SoKeyboardEvent.KeysModifier and TypeMethodDescriptionSoEventBuilder.getKeyPressEvent(SoKeyboardEvent.Keys key, boolean isAltDown, boolean isCtrlDown, boolean isShiftDown) Return anSoKeyboardEventcorresponding to given parameters.SoEventBuilder.getKeyReleaseEvent(SoKeyboardEvent.Keys key, boolean isAltDown, boolean isCtrlDown, boolean isShiftDown) Return anSoKeyboardEventcorresponding to given parameters. -
Uses of SoKeyboardEvent.Keys in com.openinventor.ivtune
Methods in com.openinventor.ivtune that return SoKeyboardEvent.KeysModifier and TypeMethodDescriptionstatic SoKeyboardEvent.KeysSoIvTune.getShortcutValue()Retrieves the defined keyboard shortcut used to launch IvTune.Methods in com.openinventor.ivtune with parameters of type SoKeyboardEvent.KeysModifier and TypeMethodDescriptionstatic voidSoIvTune.setShortcutValue(SoKeyboardEvent.Keys name_13926) Defines the keyboard shortcut to use to launch IvTune. -
Uses of SoKeyboardEvent.Keys in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering with parameters of type SoKeyboardEvent.KeysModifier and TypeMethodDescriptionbooleanRenderAreaListener.onKeyDown(RenderArea renderArea, Connection sender, int x, int y, SoKeyboardEvent.Keys key) Triggered when a KeyDown event is received from the client.booleanRenderAreaListener.onKeyUp(RenderArea renderArea, Connection sender, int x, int y, SoKeyboardEvent.Keys key) Triggered when a KeyUp event is received from the client.