Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_unicode_transformation.cpp124 bool isCapsEnable = keyEvent->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY); in KeyCodeToUnicode() local
128 isCapsEnable = !isCapsEnable; in KeyCodeToUnicode()
130 if (isCapsEnable) { in KeyCodeToUnicode()