UNPKG

@ahmic/autoit-js

Version:
12 lines (9 loc) 364 B
import './@types/point.js'; import './@types/rect.js'; import { INT, LPCWSTR } from './@types/win32.js'; import { autoit } from './lib/autoit.js'; function WinExists(windowTitle, windowText = '') { return autoit.invoke('AU3_WinExists', INT, [LPCWSTR, LPCWSTR], [windowTitle, windowText]) === 1; } export { WinExists }; //# sourceMappingURL=win-exists.js.map