Jump to content
Download Section Back Up, Navigate the Right Hand Menu to find files, ignore the 0s

Detecting current HyperSpin screen using AHK


SuperPang

Recommended Posts

I want to create an AutoHotkey script that only runs on the HyperSpin games screen (i.e. the games wheel for a given emulator). It shouldn't run during the intro movie, emulators screen, or genres screen.

I use this AHK snippet to detect when HyperSpin is running:

if (WinActive("HyperSpin")) {
	; Custom code
}

Problem is, the custom code will run on every HyperSpin screen and not just the games screen. Is there a way to distinguish between the different HyperSpin screens?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...