UNPKG

@ahmic/autoit-js

Version:
15 lines (12 loc) 420 B
import koffi from 'koffi'; import { Point, LPPOINT } from './@types/point.js'; import './@types/rect.js'; import { INT } from './@types/win32.js'; import { autoit } from './lib/autoit.js'; function WinGetCaretPos() { const point = new Point(); autoit.invoke('AU3_WinGetCaretPos', INT, [koffi.out(LPPOINT)], [point]); return point; } export { WinGetCaretPos }; //# sourceMappingURL=win-get-caret-pos.js.map