| Package | Description |
|---|---|
| gov.nasa.worldwind.awt |
| Modifier and Type | Field and Description |
|---|---|
protected ViewInputAttributes |
AbstractViewInputHandler.attributes |
| Modifier and Type | Method and Description |
|---|---|
ViewInputAttributes |
AbstractViewInputHandler.getAttributes()
Returns the values that are used to transform raw input events into view movments.
|
ViewInputAttributes |
ViewInputHandler.getAttributes()
Returns the values that are used to transform raw input events into view movments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractViewInputHandler.setAttributes(ViewInputAttributes attributes)
Sets the values that will be used to transform raw input events into view movements.
|
void |
ViewInputHandler.setAttributes(ViewInputAttributes attributes)
Sets the values that will be used to transform raw input events into view movements.
|