Ejemplo n.º 1
0
		internal void GetState()
		{
			state = owner.GetState();
		}
Ejemplo n.º 2
0
 internal void GetState()
 {
     state = owner.GetState();
 }
Ejemplo n.º 3
0
		internal bool IsPressed( ICadeState flags )
		{
			return (state & flags) != 0;
		}
Ejemplo n.º 4
0
 internal bool IsPressed(ICadeState flags)
 {
     return((state & flags) != 0);
 }