Searched refs:GetModifierKeyState (Results 1 – 4 of 4) sorted by relevance
61 void GetModifierKeyState(const JSCallbackInfo& args);
130 JSClass<JsDragEvent>::CustomMethod("getModifierKeyState", &JsDragEvent::GetModifierKeyState); in JSBind()362 void JsDragEvent::GetModifierKeyState(const JSCallbackInfo& args) in GetModifierKeyState() function in OHOS::Ace::Framework::JsDragEvent365 auto keyState = NG::ArkTSUtils::GetModifierKeyState(args.GetJsiRuntimeCallInfo(), in GetModifierKeyState()
192 static Local<JSValueRef> GetModifierKeyState(
2125 Local<JSValueRef> ArkTSUtils::GetModifierKeyState( in GetModifierKeyState() function in OHOS::Ace::NG::ArkTSUtils2170 return ArkTSUtils::GetModifierKeyState(info, pressedKeyCodes); in JsGetModifierKeyState()