Searched refs:isKeyPressed (Results 1 – 2 of 2) sorted by relevance
89 bool isKeyPressed = (libinput_event_keyboard_get_key_state(data) != KEYSTATUS); in Normalize() local93 item.SetPressed(isKeyPressed); in Normalize()
268 bool isKeyPressed = false; in OH_Input_InjectKeyEvent() local272 isKeyPressed = true; in OH_Input_InjectKeyEvent()276 isKeyPressed = false; in OH_Input_InjectKeyEvent()281 item.SetPressed(isKeyPressed); in OH_Input_InjectKeyEvent()