CJnumber1 / window-info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Window Info

Node module for OSX and Windows to get information about application windows.

API

listWindows(): Array<Window>

Returns a list of all windows open on the system.

windowRect(window: Window): Rect

Returns the position and dimensions of a given window.

windowTitle(window: Window): string | null

Returns the title of a given window, otherwise null.

isWindowFullScreen(window: Window): boolean

Returns a boolean determining if a window is full screen.

About


Languages

Language:C++ 84.7%Language:Python 10.3%Language:JavaScript 2.8%Language:C 2.2%