0.3.1 • Published 6 months ago

@gregermendle/winf v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Window Info

Get basic info about windows on OSX and Windows.

API

Get a list of all windows open on the system.

listWindows(): Array<Window>

Get the position and dimensions of a window.

windowRect(window: Window): Rect

Get the title of a window, otherwise null.

windowTitle(window: Window): string | null

Determine if a window is full screen.

isWindowFullScreen(window: Window): boolean
0.3.1

6 months ago

0.3.0

6 months ago