Searched refs:pressedKeyJson (Results 1 – 1 of 1) sorted by relevance
4352 cJSON *pressedKeyJson = cJSON_GetObjectItemCaseSensitive(whiteListJson, "pressedKey"); in UpdateDisplayInfo() local4353 if (!cJSON_IsNumber(pressedKeyJson)) { in UpdateDisplayInfo()4357 switchFocusKey.pressedKey = pressedKeyJson->valueint; in UpdateDisplayInfo()