Home
last modified time | relevance | path

Searched refs:isInterceptingKeyStrokes (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/start/interface/
H A DKeyPressHandler.ts10 private isInterceptingKeyStrokes = false; property in KeyPressHandler
24 wasIntercepting = this.isInterceptingKeyStrokes;
53 if (this.isInterceptingKeyStrokes) {
56 this.isInterceptingKeyStrokes = true;
71 if (!this.isInterceptingKeyStrokes) {
74 this.isInterceptingKeyStrokes = false;