UNPKG

@ahmic/autoit-js

Version:
12 lines (9 loc) 414 B
import './@types/point.js'; import './@types/rect.js'; import { INT, HWND } from './@types/win32.js'; import { autoit } from './lib/autoit.js'; function WinMoveByHandle(windowHandle, x, y, width = -1, height = -1) { return autoit.invoke('AU3_WinMoveByHandle', INT, [HWND, INT, INT, INT, INT], [windowHandle, x, y, width, height]); } export { WinMoveByHandle }; //# sourceMappingURL=win-move-by-handle.js.map