Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_device_impl.h41 using FunInputDevKeys = std::function<void(std::vector<bool>&)>; variable
49 int32_t SupportKeys(int32_t deviceId, std::vector<int32_t> keyCodes, FunInputDevKeys callback);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_device_impl.cpp152 …tDeviceImpl::SupportKeys(int32_t deviceId, std::vector<int32_t> keyCodes, FunInputDevKeys callback) in SupportKeys()