Searched refs:intentionCode (Results 1 – 17 of 17) sorted by relevance
29 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_UNKNOWN = -1|@ohos.multimodalInput.intentionCode.d.ts|30 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_UP = 1|@ohos.multimodalInput.intentionCode.d.ts|31 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_DOWN = 2|@ohos.multimodalInput.intentionCode.d.ts|32 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_LEFT = 3|@ohos.multimodalInput.intentionCode.d.ts|33 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_RIGHT = 4|@ohos.multimodalInput.intentionCode.d.ts|34 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_SELECT = 5|@ohos.multimodalInput.intentionCode.d.ts|35 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_ESCAPE = 6|@ohos.multimodalInput.intentionCode.d.ts|36 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_BACK = 7|@ohos.multimodalInput.intentionCode.d.ts|37 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_FORWARD = 8|@ohos.multimodalInput.intentionCode.d.ts|38 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_MENU = 9|@ohos.multimodalInput.intentionCode.d.ts|[all …]
32 napi_value intentionCode = nullptr; in GetNapiInt32() local33 CHKRP(napi_create_int32(env, code, &intentionCode), CREATE_INT32); in GetNapiInt32()34 return intentionCode; in GetNapiInt32()
29 …Code;<br>Method or attribute name: INTENTION_UNKNOWN = -1|@ohos.multimodalInput.intentionCode.d.ts|30 …entionCode;<br>Method or attribute name: INTENTION_UP = 1|@ohos.multimodalInput.intentionCode.d.ts|31 …tionCode;<br>Method or attribute name: INTENTION_DOWN = 2|@ohos.multimodalInput.intentionCode.d.ts|32 …tionCode;<br>Method or attribute name: INTENTION_LEFT = 3|@ohos.multimodalInput.intentionCode.d.ts|33 …ionCode;<br>Method or attribute name: INTENTION_RIGHT = 4|@ohos.multimodalInput.intentionCode.d.ts|34 …onCode;<br>Method or attribute name: INTENTION_SELECT = 5|@ohos.multimodalInput.intentionCode.d.ts|35 …onCode;<br>Method or attribute name: INTENTION_ESCAPE = 6|@ohos.multimodalInput.intentionCode.d.ts|36 …tionCode;<br>Method or attribute name: INTENTION_BACK = 7|@ohos.multimodalInput.intentionCode.d.ts|37 …nCode;<br>Method or attribute name: INTENTION_FORWARD = 8|@ohos.multimodalInput.intentionCode.d.ts|38 …tionCode;<br>Method or attribute name: INTENTION_MENU = 9|@ohos.multimodalInput.intentionCode.d.ts|[all …]
1 # @ohos.multimodalInput.intentionCode (Intention Code)3 The **intentionCode** module maps the original events of the keyboard to intention codes for normal…
6 - [@ohos.multimodalInput.intentionCode (Intention Code)](js-apis-intentioncode.md)
72 | intentionCode<sup>10+</sup> | [IntentionCode](../../apis-input-kit/js-apis-intentioncod…107 …keyCode:' + event.keyCode + '\nkeyText:' + event.keyText + '\nintentionCode:' + event.intentionCode
328 intentionCode: IntentionCode.INTENTION_DOWN
1 # @ohos.multimodalInput.intentionCode (意图事件)
6 - [@ohos.multimodalInput.intentionCode (意图事件)](js-apis-intentioncode.md)
98 auto result = static_cast<ArkUI_KeyIntension>(keyEvent->intentionCode); in OH_ArkUI_KeyEvent_GetKeyIntensionCode()
72 | intentionCode<sup>10+</sup> | [IntentionCode](../../apis-input-kit/js-apis-intentioncod…105 …keyCode:' + event.keyCode + '\nkeyText:' + event.keyText + '\nintentionCode:' + event.intentionCode
324 intentionCode: IntentionCode.INTENTION_DOWN
135 event.keyEvent.intentionCode = static_cast<ArkUI_Int32>(OHOS::Ace::KeyIntention::INTENTION_UP);
6629 event.keyEvent.intentionCode = static_cast<int32_t>(info.GetKeyIntention()); in SetOnKeyEvent()6665 event.keyEvent.intentionCode = static_cast<int32_t>(info.GetKeyIntention()); in SetOnKeyPreIme()
1117 ArkUI_Int32 intentionCode; member
3483 … - [@ohos.multimodalInput.intentionCode (意图事件)](reference/apis-input-kit/js-apis-intentioncode.md)
3342 …- [@ohos.multimodalInput.intentionCode (Intention Code)](reference/apis-input-kit/js-apis-intentio…