Version 0.218
API
- Updated API -
overwolf.games.RunningGameInfo
for games where overlay stays even if the game loses focus:overwolf.games.onGameInfoUpdated
will now also fire when losing focus in these games.- Added the
gameIsInFocus
field tooverwolf.games.RunningGameInfo
, to indicate if the game itself (or any of its overlay windows) is focused.
Bug Fixes
- Fixed a bug where
overwolf.notifications.onToastInteraction
would only fire in the same window as the originaloverwolf.notifications.showToastNotification()
call.