Add ContextState to compare all active states in Bulk

This commit is contained in:
Kamil Trzciński 2022-11-29 22:50:07 +01:00
parent ffcdd8f82c
commit 8604e67568
8 changed files with 28 additions and 40 deletions

View file

@ -196,7 +196,7 @@ namespace SteamController
}
else if (context.Enabled)
{
if (context.SteamUsesSteamInput)
if (context.State.SteamUsesSteamInput)
{
notifyIcon.Icon = isDesktop ? Resources.monitor_off : Resources.microsoft_xbox_controller_off;
notifyIcon.Text = TitleWithVersion + ". Steam uses Steam Input";