File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
com.playeveryware.eos/Runtime/Core/Config Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,14 @@ protected EOSConfig() : base("EpicOnlineServicesConfig.json")
336336 "to the SDK." , 4 ) ]
337337 public bool hackForceSendInputDirectlyToSDK ;
338338
339- public List < string > toggleFriendsButtonCombination ;
339+ /// <summary>
340+ /// When this combination of buttons is pressed on a controller, the
341+ /// social overlay will toggle on.
342+ /// Default to <see cref="InputStateButtonFlags.SpecialLeft"/>, and will
343+ /// use that value if this configuration field is null, empty, or contains
344+ /// only <see cref="InputStateButtonFlags.None"/>.
345+ /// </summary>
346+ public List < string > toggleFriendsButtonCombination = new List < string > ( ) { InputStateButtonFlags . SpecialLeft . ToString ( ) } ;
340347
341348 #endregion
342349
You can’t perform that action at this time.
0 commit comments