UNPKG

@ahmic/autoit-js

Version:
12 lines (9 loc) 387 B
import './@types/point.js'; import './@types/rect.js'; import { INT, HWND } from './@types/win32.js'; import { autoit } from './lib/autoit.js'; function WinSetOnTopByHandle(windowHandle, onTop) { return autoit.invoke('AU3_WinSetOnTopByHandle', INT, [HWND, INT], [windowHandle, onTop ? 1 : 0]); } export { WinSetOnTopByHandle }; //# sourceMappingURL=win-set-on-top-by-handle.js.map