Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 537 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 537 Bytes

isFullScreen

Checks if a window is in fullscreen mode.

Notice: Tested in Autohotkey Version 2.0.18

Usage

#include isFullScreen.ahk
isFullScreen()

Example

demo.ahk is a simple usage example. You can run it and then switch between fullscreen and non-fullscreen windows, and you can see the detection results in real time on the demo GUI.

Demo Screenshot