Skip to content

worldwind-ui API / worldwind-kit / WWGestureRecognizer

Interface: WWGestureRecognizer ​

Defined in: kit/src/worldwind-types.ts:307

Indexable ​

[key: string]: any

Properties ​

clientX ​

readonly clientX: number

Defined in: kit/src/worldwind-types.ts:310


clientY ​

readonly clientY: number

Defined in: kit/src/worldwind-types.ts:311


enabled ​

enabled: boolean

Defined in: kit/src/worldwind-types.ts:308


state ​

readonly state: string

Defined in: kit/src/worldwind-types.ts:309


target ​

target: unknown

Defined in: kit/src/worldwind-types.ts:312

Methods ​

recognizeSimultaneouslyWith() ​

recognizeSimultaneouslyWith(other): void

Defined in: kit/src/worldwind-types.ts:314

Lets this recognizer recognize at the same time as other instead of one failing the other.

Parameters ​

other ​

WWGestureRecognizer

Returns ​

void

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.