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