Home
last modified time | relevance | path

Searched refs:finalKeyOption (Results 1 - 1 of 1) sorted by relevance

/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp125 std::optional<int32_t> finalKeyOption = GetNamedPropertyInt32(env, argv[1], "finalKey"); in GetHotkeyEventInfo() local
126 if (!finalKeyOption) { in GetHotkeyEventInfo()
130 int32_t finalKey = finalKeyOption.value(); in GetHotkeyEventInfo()

Completed in 3 milliseconds