Home
last modified time | relevance | path

Searched refs:InputEvent (Results 1 – 4 of 4) sorted by relevance

/interface/sdk-js/api/
D@ohos.multimodalInput.keyEvent.d.ts16 import type { InputEvent } from './@ohos.multimodalInput.inputEvent';
91 export declare interface KeyEvent extends InputEvent {
D@ohos.multimodalInput.touchEvent.d.ts16 import type { InputEvent } from './@ohos.multimodalInput.inputEvent';
319 export declare interface TouchEvent extends InputEvent {
D@ohos.multimodalInput.mouseEvent.d.ts16 import type { InputEvent } from './@ohos.multimodalInput.inputEvent';
222 export declare interface MouseEvent extends InputEvent {
D@ohos.multimodalInput.inputEvent.d.ts23 export declare interface InputEvent { interface