Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/ios/Interceptors/
H A DDevMenuKeyCommandsInterceptor.swift39 static private var lastKeyCommandExecutionTime: TimeInterval = 0 variable
78 …nder.lastKeyCommand !== key || CACurrentMediaTime() - UIResponder.lastKeyCommandExecutionTime > 0.1 in shouldTriggerAction()
85 UIResponder.lastKeyCommandExecutionTime = CACurrentMediaTime()