[API REQUEST] Steam Overlay state
Wyzcrak
Pot Pie Aficionado Join Date: 2002-12-04 Member: 10447Forum Moderators, Constellation, NS2 Playtester, Squad Five Blue
in Modding
I'm modding AFK fidelity, and I want to be able to monitor the Steam Overlay open/closed/activity state.
If anyone could reply (now or after the release of a future accommodating build) with any means by which I could track a player's Steam Overlay usage in the pursuit of preventing AFK false positives, I'd be very grateful.
If anyone could reply (now or after the release of a future accommodating build) with any means by which I could track a player's Steam Overlay usage in the pursuit of preventing AFK false positives, I'd be very grateful.
Comments
https://trello.com/c/NCOniTi0/914-add-ability-to-get-the-state-of-the-steam-overlay
SamusDroid OP.
I'm using Client.GetIsWindowFocused() for alt-tabbed. It's boolean, which makes sense -- I don't expect the game to tell me what activity level is happening in other applications. Will this Steam Overlay API addition also be boolean, or might it give me some insight into how recently the user has been active in the overlay?