AGENT.Contrib.Hardware.AgentButtonListener.IsListeningTo C# (CSharp) Méthode

IsListeningTo() public méthode

public IsListeningTo ( AgentButton button ) : bool
button AgentButton
Résultat bool
		public bool IsListeningTo (AgentButton button)
		{
			return m_WatchedButtons.Contains (button);
		}