// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.ManipulatorActivationFilter

namespace UnityEngine.UIElements
{
public class ManipulatorActivationFilter // TypeDefIndex: 5657
{
	// Fields
	type#22958 <button>k__BackingField;
	type#18038 <modifiers>k__BackingField;
	type#20868 <clickCount>k__BackingField;

	// Methods
	// RVA: -1
	public type#22957 get_button() { }
	// RVA: -1
	public type#28660 set_button(type#22957 value) { }
	// RVA: -1
	public type#18037 get_modifiers() { }
	// RVA: -1
	public type#28660 set_modifiers(type#18037 value) { }
	// RVA: -1
	public type#20867 get_clickCount() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 Equals(type#22396 other) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public type#15313 Matches(type#20431 e) { }
	// RVA: -1
	private type#15313 HasModifiers(type#20431 e) { }
	// RVA: -1
	private type#15313 MatchModifiers(type#15313 alt, type#15313 ctrl, type#15313 shift, type#15313 command) { }
}
}
