// Assembly: UnityEngine.UI
// Full name: UnityEngine.EventSystems.PointerEventData

namespace UnityEngine.EventSystems
{
public class PointerEventData // TypeDefIndex: 10762
{
	// Fields
	type#19063 <pointerEnter>k__BackingField;
	type#19063 m_PointerPress;
	type#19063 <lastPress>k__BackingField;
	type#19063 <rawPointerPress>k__BackingField;
	type#19063 <pointerDrag>k__BackingField;
	type#19063 <pointerClick>k__BackingField;
	type#24966 <pointerCurrentRaycast>k__BackingField;
	type#24966 <pointerPressRaycast>k__BackingField;
	type#8632 hovered;
	type#15314 <eligibleForClick>k__BackingField;
	type#20868 <displayIndex>k__BackingField;
	type#20868 <pointerId>k__BackingField;
	type#28440 <position>k__BackingField;
	type#28440 <delta>k__BackingField;
	type#28440 <pressPosition>k__BackingField;
	type#28469 <worldPosition>k__BackingField;
	type#28469 <worldNormal>k__BackingField;
	type#26060 <clickTime>k__BackingField;
	type#20868 <clickCount>k__BackingField;
	type#28440 <scrollDelta>k__BackingField;
	type#15314 <useDragThreshold>k__BackingField;
	type#15314 <dragging>k__BackingField;
	type#32927 <button>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#15314 <fullyExited>k__BackingField;
	type#15314 <reentered>k__BackingField;

	// Methods
	// RVA: -1
	public type#19062 get_pointerEnter() { }
	// RVA: -1
	public type#28660 set_pointerEnter(type#19062 value) { }
	// RVA: -1
	public type#19062 get_lastPress() { }
	// RVA: -1
	private type#28660 set_lastPress(type#19062 value) { }
	// RVA: -1
	public type#19062 get_rawPointerPress() { }
	// RVA: -1
	public type#28660 set_rawPointerPress(type#19062 value) { }
	// RVA: -1
	public type#19062 get_pointerDrag() { }
	// RVA: -1
	public type#28660 set_pointerDrag(type#19062 value) { }
	// RVA: -1
	public type#19062 get_pointerClick() { }
	// RVA: -1
	public type#28660 set_pointerClick(type#19062 value) { }
	// RVA: -1
	public type#24965 get_pointerCurrentRaycast() { }
	// RVA: -1
	public type#28660 set_pointerCurrentRaycast(type#24965 value) { }
	// RVA: -1
	public type#24965 get_pointerPressRaycast() { }
	// RVA: -1
	public type#28660 set_pointerPressRaycast(type#24965 value) { }
	// RVA: -1
	public type#15313 get_eligibleForClick() { }
	// RVA: -1
	public type#28660 set_eligibleForClick(type#15313 value) { }
	// RVA: -1
	public type#20867 get_displayIndex() { }
	// RVA: -1
	public type#28660 set_displayIndex(type#20867 value) { }
	// RVA: -1
	public type#20867 get_pointerId() { }
	// RVA: -1
	public type#28660 set_pointerId(type#20867 value) { }
	// RVA: -1
	public type#28439 get_position() { }
	// RVA: -1
	public type#28660 set_position(type#28439 value) { }
	// RVA: -1
	public type#28439 get_delta() { }
	// RVA: -1
	public type#28660 set_delta(type#28439 value) { }
	// RVA: -1
	public type#28439 get_pressPosition() { }
	// RVA: -1
	public type#28660 set_pressPosition(type#28439 value) { }
	// RVA: -1
	public type#28468 get_worldPosition() { }
	// RVA: -1
	public type#28660 set_worldPosition(type#28468 value) { }
	// RVA: -1
	public type#28468 get_worldNormal() { }
	// RVA: -1
	public type#28660 set_worldNormal(type#28468 value) { }
	// RVA: -1
	public type#26059 get_clickTime() { }
	// RVA: -1
	public type#28660 set_clickTime(type#26059 value) { }
	// RVA: -1
	public type#20867 get_clickCount() { }
	// RVA: -1
	public type#28660 set_clickCount(type#20867 value) { }
	// RVA: -1
	public type#28439 get_scrollDelta() { }
	// RVA: -1
	public type#28660 set_scrollDelta(type#28439 value) { }
	// RVA: -1
	public type#15313 get_useDragThreshold() { }
	// RVA: -1
	public type#28660 set_useDragThreshold(type#15313 value) { }
	// RVA: -1
	public type#15313 get_dragging() { }
	// RVA: -1
	public type#28660 set_dragging(type#15313 value) { }
	// RVA: -1
	public type#32926 get_button() { }
	// RVA: -1
	public type#28660 set_button(type#32926 value) { }
	// RVA: -1
	public type#26059 get_pressure() { }
	// RVA: -1
	public type#28660 set_pressure(type#26059 value) { }
	// RVA: -1
	public type#26059 get_tangentialPressure() { }
	// RVA: -1
	public type#28660 set_tangentialPressure(type#26059 value) { }
	// RVA: -1
	public type#26059 get_altitudeAngle() { }
	// RVA: -1
	public type#28660 set_altitudeAngle(type#26059 value) { }
	// RVA: -1
	public type#26059 get_azimuthAngle() { }
	// RVA: -1
	public type#28660 set_azimuthAngle(type#26059 value) { }
	// RVA: -1
	public type#26059 get_twist() { }
	// RVA: -1
	public type#28660 set_twist(type#26059 value) { }
	// RVA: -1
	public type#28439 get_tilt() { }
	// RVA: -1
	public type#28660 set_tilt(type#28439 value) { }
	// RVA: -1
	public type#24346 get_penStatus() { }
	// RVA: -1
	public type#28660 set_penStatus(type#24346 value) { }
	// RVA: -1
	public type#28439 get_radius() { }
	// RVA: -1
	public type#28660 set_radius(type#28439 value) { }
	// RVA: -1
	public type#28439 get_radiusVariance() { }
	// RVA: -1
	public type#28660 set_radiusVariance(type#28439 value) { }
	// RVA: -1
	public type#15313 get_fullyExited() { }
	// RVA: -1
	public type#28660 set_fullyExited(type#15313 value) { }
	// RVA: -1
	public type#15313 get_reentered() { }
	// RVA: -1
	public type#28660 set_reentered(type#15313 value) { }
	// RVA: -1
	public type#28660 .ctor(type#18060 eventSystem) { }
	// RVA: -1
	public type#15313 IsPointerMoving() { }
	// RVA: -1
	public type#15313 IsScrolling() { }
	// RVA: -1
	public type#15691 get_enterEventCamera() { }
	// RVA: -1
	public type#15691 get_pressEventCamera() { }
	// RVA: -1
	public type#19062 get_pointerPress() { }
	// RVA: -1
	public type#28660 set_pointerPress(type#19062 value) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
