public final class ScreenSpaceEventHandler
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
ScreenSpaceEventHandler() |
Modifier and Type | Method and Description |
---|---|
static ScreenSpaceEventHandler |
create(com.google.gwt.dom.client.Element element) |
void |
setInputAction(CesiumInputEventListener<?> eventListener)
Set the input action using the default ScreenSpaceEventType of the given listener type.
|
void |
setInputAction(CesiumInputEventListener<?> eventListener,
KeyboardEventModifier modifier)
Set the input action using the default ScreenSpaceEventType of the given listener type.
|
void |
setInputAction(CesiumInputEventListener<?> eventListener,
ScreenSpaceEventType type) |
void |
setInputAction(CesiumInputEventListener<?> eventListener,
ScreenSpaceEventType type,
KeyboardEventModifier modifier) |
public static ScreenSpaceEventHandler create(com.google.gwt.dom.client.Element element)
public void setInputAction(CesiumInputEventListener<?> eventListener, ScreenSpaceEventType type)
public void setInputAction(CesiumInputEventListener<?> eventListener, ScreenSpaceEventType type, KeyboardEventModifier modifier)
public void setInputAction(CesiumInputEventListener<?> eventListener)
eventListener
- public void setInputAction(CesiumInputEventListener<?> eventListener, KeyboardEventModifier modifier)
eventListener
- modifier
- Copyright © 2014. All rights reserved.