// Assembly: UnityEngine.UI
// Full name: PointerEvent

public class PointerEvent // TypeDefIndex: 10754
{
	// Fields
	type#20868 <pointerId>k__BackingField;
	type#26577 <pointerType>k__BackingField;
	type#15314 <isPrimary>k__BackingField;
	type#20868 <button>k__BackingField;
	type#20868 <pressedButtons>k__BackingField;
	type#28469 <position>k__BackingField;
	type#28469 <localPosition>k__BackingField;
	type#28469 <deltaPosition>k__BackingField;
	type#26060 <deltaTime>k__BackingField;
	type#20868 <clickCount>k__BackingField;
	type#26060 <pressure>k__BackingField;
	type#26060 <tangentialPressure>k__BackingField;
	type#26060 <altitudeAngle>k__BackingField;
	type#26060 <azimuthAngle>k__BackingField;
	type#26060 <twist>k__BackingField;
	type#28440 <tilt>k__BackingField;
	type#24347 <penStatus>k__BackingField;
	type#28440 <radius>k__BackingField;
	type#28440 <radiusVariance>k__BackingField;
	type#18038 <modifiers>k__BackingField;

	// Methods
	// RVA: -1
	public virtual type#20867 get_pointerId() { }
	// RVA: -1
	private type#28660 set_pointerId(type#20867 value) { }
	// RVA: -1
	public virtual type#26576 get_pointerType() { }
	// RVA: -1
	private type#28660 set_pointerType(type#26576 value) { }
	// RVA: -1
	public virtual type#15313 get_isPrimary() { }
	// RVA: -1
	private type#28660 set_isPrimary(type#15313 value) { }
	// RVA: -1
	public virtual type#20867 get_button() { }
	// RVA: -1
	private type#28660 set_button(type#20867 value) { }
	// RVA: -1
	public virtual type#20867 get_pressedButtons() { }
	// RVA: -1
	private type#28660 set_pressedButtons(type#20867 value) { }
	// RVA: -1
	public virtual type#28468 get_position() { }
	// RVA: -1
	private type#28660 set_position(type#28468 value) { }
	// RVA: -1
	public virtual type#28468 get_localPosition() { }
	// RVA: -1
	private type#28660 set_localPosition(type#28468 value) { }
	// RVA: -1
	public virtual type#28468 get_deltaPosition() { }
	// RVA: -1
	private type#28660 set_deltaPosition(type#28468 value) { }
	// RVA: -1
	public virtual type#26059 get_deltaTime() { }
	// RVA: -1
	private type#28660 set_deltaTime(type#26059 value) { }
	// RVA: -1
	public virtual type#20867 get_clickCount() { }
	// RVA: -1
	private type#28660 set_clickCount(type#20867 value) { }
	// RVA: -1
	public virtual type#26059 get_pressure() { }
	// RVA: -1
	private type#28660 set_pressure(type#26059 value) { }
	// RVA: -1
	public virtual type#26059 get_tangentialPressure() { }
	// RVA: -1
	private type#28660 set_tangentialPressure(type#26059 value) { }
	// RVA: -1
	public virtual type#26059 get_altitudeAngle() { }
	// RVA: -1
	private type#28660 set_altitudeAngle(type#26059 value) { }
	// RVA: -1
	public virtual type#26059 get_azimuthAngle() { }
	// RVA: -1
	private type#28660 set_azimuthAngle(type#26059 value) { }
	// RVA: -1
	public virtual type#26059 get_twist() { }
	// RVA: -1
	private type#28660 set_twist(type#26059 value) { }
	// RVA: -1
	public virtual type#28439 get_tilt() { }
	// RVA: -1
	private type#28660 set_tilt(type#28439 value) { }
	// RVA: -1
	public virtual type#24346 get_penStatus() { }
	// RVA: -1
	private type#28660 set_penStatus(type#24346 value) { }
	// RVA: -1
	public virtual type#28439 get_radius() { }
	// RVA: -1
	private type#28660 set_radius(type#28439 value) { }
	// RVA: -1
	public virtual type#28439 get_radiusVariance() { }
	// RVA: -1
	private type#28660 set_radiusVariance(type#28439 value) { }
	// RVA: -1
	public virtual type#18037 get_modifiers() { }
	// RVA: -1
	private type#28660 set_modifiers(type#18037 value) { }
	// RVA: -1
	public virtual type#15313 get_shiftKey() { }
	// RVA: -1
	public virtual type#15313 get_ctrlKey() { }
	// RVA: -1
	public virtual type#15313 get_commandKey() { }
	// RVA: -1
	public virtual type#15313 get_altKey() { }
	// RVA: -1
	public virtual type#15313 get_actionKey() { }
	// RVA: -1
	public type#28660 Read(type#24186 self, type#24510 eventData, type#32757 eventType) { }
	// RVA: -1
	public type#28660 SetPosition(type#28468 positionOverride, type#28468 deltaOverride) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	internal static type#15313 <Read>g__InRange|90_0(type#20867 i, type#20867 start, type#20867 count) { }
}
