MCPcopy
hub / github.com/bberak/react-native-game-engine / TouchProcessorOptions

Interface TouchProcessorOptions

react-native-game-engine.d.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 export class DefaultTimer {}
16
17 interface TouchProcessorOptions {
18 triggerPressEventBefore: number;
19 triggerLongPressEventAfter: number;
20 moveThreshold: number;
21 }
22
23 export function DefaultTouchProcessor (touchProcessorOptions?: TouchProcessorOptions): any;
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected