AGENT.Contrib.Hardware.AgentButtonListener.IsListeningTo C# (CSharp) Method

IsListeningTo() public method

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