Package | Description |
---|---|
org.cesiumjs.cesium.events |
Modifier and Type | Method and Description |
---|---|
static KeyboardEventModifier |
KeyboardEventModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyboardEventModifier[] |
KeyboardEventModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScreenSpaceEventHandler.setInputAction(CesiumInputEventListener<?> eventListener,
KeyboardEventModifier modifier)
Set the input action using the default ScreenSpaceEventType of the given listener type.
|
void |
ScreenSpaceEventHandler.setInputAction(CesiumInputEventListener<?> eventListener,
ScreenSpaceEventType type,
KeyboardEventModifier modifier) |
Copyright © 2014. All rights reserved.