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

namespace UnityEngine.UIElements
{
public class IMouseEvent // TypeDefIndex: 5525
{

	// Methods
	// RVA: -1
	public abstract type#18037 get_modifiers() { }
	// RVA: -1
	public abstract type#28439 get_mousePosition() { }
	// RVA: -1
	public abstract type#28439 get_localMousePosition() { }
	// RVA: -1
	public abstract type#28439 get_mouseDelta() { }
	// RVA: -1
	public abstract type#20867 get_clickCount() { }
	// RVA: -1
	public abstract type#20867 get_button() { }
	// RVA: -1
	public abstract type#20867 get_pressedButtons() { }
}
}
