Searched refs:libinput_get_funckey_state (Results 1 – 3 of 3) sorted by relevance
116 … int32_t ret = keyEvent->SetFunctionKey(funcKey, libinput_get_funckey_state(device, funcKey)); in HandleKeyAction()147 keyEvent_->SetFunctionKey(funcKey, libinput_get_funckey_state(device, funcKey)); in ResetKeyEvent()
404 int libinput_get_funckey_state(struct libinput_device *device, unsigned int code) in libinput_get_funckey_state() function
161 int32_t state = libinput_get_funckey_state(device, funcKey); in OnSetFunctionKeyState()