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.Keys
SoKeyboardEvent.getKeySym
(int key) static SoKeyboardEvent.Keys
SoKeyboardEvent.Keys.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoKeyboardEvent.Keys
Returns 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 boolean
SoKeyboardEvent.isKeyPressEvent
(SoEvent e, SoKeyboardEvent.Keys whichKey) Returns whether the passed event is a keyboard press event of the passed key.static boolean
SoKeyboardEvent.isKeyReleaseEvent
(SoEvent e, SoKeyboardEvent.Keys whichKey) Returns whether the passed event is a keyboard release event of the passed key.void
SoKeyboardEvent.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 anSoKeyboardEvent
corresponding to given parameters.SoEventBuilder.getKeyReleaseEvent
(SoKeyboardEvent.Keys key, boolean isAltDown, boolean isCtrlDown, boolean isShiftDown) Return anSoKeyboardEvent
corresponding to given parameters. -
Uses of SoKeyboardEvent.Keys in com.openinventor.ivtune
Methods in com.openinventor.ivtune that return SoKeyboardEvent.KeysModifier and TypeMethodDescriptionstatic SoKeyboardEvent.Keys
SoIvTune.getShortcutValue()
Retrieves the defined keyboard shortcut used to launch IvTune.Methods in com.openinventor.ivtune with parameters of type SoKeyboardEvent.KeysModifier and TypeMethodDescriptionstatic void
SoIvTune.setShortcutValue
(SoKeyboardEvent.Keys name_13909) 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 TypeMethodDescriptionboolean
RenderAreaListener.onKeyDown
(RenderArea renderArea, Connection sender, int x, int y, SoKeyboardEvent.Keys key) Triggered when a KeyDown event is received from the client.boolean
RenderAreaListener.onKeyUp
(RenderArea renderArea, Connection sender, int x, int y, SoKeyboardEvent.Keys key) Triggered when a KeyUp event is received from the client.