SDL/ohos-project/entry/src/main/cpp/sdl/Index.d.ts
2025-11-01 20:48:38 +08:00

8 lines
No EOL
473 B
TypeScript

export const sdlCallbackInit: (d) => void;
export const sdlLaunchMain: (lib: string, func: string) => number;
export const sdlKeyEvent: (scancode: number, type: number) => number;
export const sdlTextAppend: (str: string) => number;
export const sdlTextEditing: (str: string, loc: number, length: number) => number;
export const sdlDialogExecCallback: () => void;
export const sdlDialogClearSelection: () => void;
export const sdlDialogFileSelected: (path: string) => void;