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

namespace UnityEngine.UIElements
{
public class IPointerEvent // TypeDefIndex: 5574
{

	// Methods
	// RVA: -1
	public abstract type#20867 get_pointerId() { }
	// RVA: -1
	public abstract type#26576 get_pointerType() { }
	// RVA: -1
	public abstract type#15313 get_isPrimary() { }
	// RVA: -1
	public abstract type#20867 get_button() { }
	// RVA: -1
	public abstract type#20867 get_pressedButtons() { }
	// RVA: -1
	public abstract type#28468 get_position() { }
	// RVA: -1
	public abstract type#28468 get_localPosition() { }
	// RVA: -1
	public abstract type#28468 get_deltaPosition() { }
	// RVA: -1
	public abstract type#26059 get_deltaTime() { }
	// RVA: -1
	public abstract type#20867 get_clickCount() { }
	// RVA: -1
	public abstract type#26059 get_pressure() { }
	// RVA: -1
	public abstract type#26059 get_tangentialPressure() { }
	// RVA: -1
	public abstract type#26059 get_altitudeAngle() { }
	// RVA: -1
	public abstract type#26059 get_azimuthAngle() { }
	// RVA: -1
	public abstract type#26059 get_twist() { }
	// RVA: -1
	public abstract type#28439 get_tilt() { }
	// RVA: -1
	public abstract type#24346 get_penStatus() { }
	// RVA: -1
	public abstract type#28439 get_radius() { }
	// RVA: -1
	public abstract type#28439 get_radiusVariance() { }
	// RVA: -1
	public abstract type#18037 get_modifiers() { }
	// RVA: -1
	public abstract type#15313 get_shiftKey() { }
	// RVA: -1
	public abstract type#15313 get_ctrlKey() { }
	// RVA: -1
	public abstract type#15313 get_commandKey() { }
	// RVA: -1
	public abstract type#15313 get_altKey() { }
	// RVA: -1
	public abstract type#15313 get_actionKey() { }
}
}
