Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp4352 cJSON *pressedKeyJson = cJSON_GetObjectItemCaseSensitive(whiteListJson, "pressedKey"); in UpdateDisplayInfo() local
4353 if (!cJSON_IsNumber(pressedKeyJson)) { in UpdateDisplayInfo()
4357 switchFocusKey.pressedKey = pressedKeyJson->valueint; in UpdateDisplayInfo()