worldwind-ui API / worldwind-kit / WWGestureRecognizer
Interface: WWGestureRecognizer ​
Defined in: kit/src/worldwind-types.ts:307
Indexable ​
[
key:string]:any
Properties ​
clientX ​
readonlyclientX:number
Defined in: kit/src/worldwind-types.ts:310
clientY ​
readonlyclientY:number
Defined in: kit/src/worldwind-types.ts:311
enabled ​
enabled:
boolean
Defined in: kit/src/worldwind-types.ts:308
state ​
readonlystate: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