SuperPang Posted June 23, 2020 Posted June 23, 2020 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.