Method SetInfo
SetInfo(KnownButton, Func<Info?>)
Sets information about the specified known button.
public static void SetInfo(KnownButton index, Func<KnownButtons.Info?> func)
Parameters
indexKnownButtonIndex of the button.
funcFunc<KnownButtons.Info>Function used to get the information.