// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.PointerEventBase`1

namespace UnityEngine.UIElements
{
public class PointerEventBase`1 // TypeDefIndex: 5578
{
	// Fields
	type#26078 k_DefaultButtonPressure;
	type#15314 m_AltitudeNeedsConversion;
	type#15314 m_AzimuthNeedsConversion;
	type#26060 m_AltitudeAngle;
	type#26060 m_AzimuthAngle;
	type#15314 m_TiltNeeded;
	type#28440 m_Tilt;
	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 <twist>k__BackingField;
	type#24347 <penStatus>k__BackingField;
	type#28440 <radius>k__BackingField;
	type#28440 <radiusVariance>k__BackingField;
	type#18038 <modifiers>k__BackingField;
	type#15314 <UnityEngine.UIElements.IPointerEventInternal.triggeredByOS>k__BackingField;
	type#20304 <UnityEngine.UIElements.IPointerEventInternal.compatibilityMouseEvent>k__BackingField;
	type#20868 <UnityEngine.UIElements.IPointerEventInternal.displayIndex>k__BackingField;

	// Methods
	// RVA: -1
	public virtual type#20867 get_pointerId() { }
	// RVA: -1
	protected type#28660 set_pointerId(type#20867 value) { }
	// RVA: -1
	public virtual type#26576 get_pointerType() { }
	// RVA: -1
	protected type#28660 set_pointerType(type#26576 value) { }
	// RVA: -1
	public virtual type#15313 get_isPrimary() { }
	// RVA: -1
	protected type#28660 set_isPrimary(type#15313 value) { }
	// RVA: -1
	public virtual type#20867 get_button() { }
	// RVA: -1
	protected type#28660 set_button(type#20867 value) { }
	// RVA: -1
	public virtual type#20867 get_pressedButtons() { }
	// RVA: -1
	protected type#28660 set_pressedButtons(type#20867 value) { }
	// RVA: -1
	public virtual type#28468 get_position() { }
	// RVA: -1
	protected type#28660 set_position(type#28468 value) { }
	// RVA: -1
	public virtual type#28468 get_localPosition() { }
	// RVA: -1
	protected type#28660 set_localPosition(type#28468 value) { }
	// RVA: -1
	public virtual type#28468 get_deltaPosition() { }
	// RVA: -1
	protected type#28660 set_deltaPosition(type#28468 value) { }
	// RVA: -1
	public virtual type#26059 get_deltaTime() { }
	// RVA: -1
	protected type#28660 set_deltaTime(type#26059 value) { }
	// RVA: -1
	public virtual type#20867 get_clickCount() { }
	// RVA: -1
	protected type#28660 set_clickCount(type#20867 value) { }
	// RVA: -1
	public virtual type#26059 get_pressure() { }
	// RVA: -1
	protected type#28660 set_pressure(type#26059 value) { }
	// RVA: -1
	public virtual type#26059 get_tangentialPressure() { }
	// RVA: -1
	protected type#28660 set_tangentialPressure(type#26059 value) { }
	// RVA: -1
	public virtual type#26059 get_altitudeAngle() { }
	// RVA: -1
	protected type#28660 set_altitudeAngle(type#26059 value) { }
	// RVA: -1
	public virtual type#26059 get_azimuthAngle() { }
	// RVA: -1
	protected type#28660 set_azimuthAngle(type#26059 value) { }
	// RVA: -1
	public virtual type#26059 get_twist() { }
	// RVA: -1
	protected type#28660 set_twist(type#26059 value) { }
	// RVA: -1
	public virtual type#28439 get_tilt() { }
	// RVA: -1
	protected type#28660 set_tilt(type#28439 value) { }
	// RVA: -1
	public virtual type#24346 get_penStatus() { }
	// RVA: -1
	protected type#28660 set_penStatus(type#24346 value) { }
	// RVA: -1
	public virtual type#28439 get_radius() { }
	// RVA: -1
	protected type#28660 set_radius(type#28439 value) { }
	// RVA: -1
	public virtual type#28439 get_radiusVariance() { }
	// RVA: -1
	protected type#28660 set_radiusVariance(type#28439 value) { }
	// RVA: -1
	public virtual type#18037 get_modifiers() { }
	// RVA: -1
	protected 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
	private virtual type#15313 UnityEngine.UIElements.IPointerEventInternal.get_triggeredByOS() { }
	// RVA: -1
	private virtual type#28660 UnityEngine.UIElements.IPointerEventInternal.set_triggeredByOS(type#15313 value) { }
	// RVA: -1
	private virtual type#20303 UnityEngine.UIElements.IPointerEventInternal.get_compatibilityMouseEvent() { }
	// RVA: -1
	private virtual type#28660 UnityEngine.UIElements.IPointerEventInternal.set_compatibilityMouseEvent(type#20303 value) { }
	// RVA: -1
	private virtual type#28660 UnityEngine.UIElements.IPointerEventInternal.set_displayIndex(type#20867 value) { }
	// RVA: -1
	protected virtual type#28660 Init() { }
	// RVA: -1
	private type#28660 LocalInit() { }
	// RVA: -1
	public virtual type#20089 get_currentTarget() { }
	// RVA: -1
	internal virtual type#28660 set_currentTarget(type#20089 value) { }
	// RVA: -1
	private static type#15313 IsMouse(type#17953 systemEvent) { }
	// RVA: -1
	private static type#15313 IsTouch(type#17953 systemEvent) { }
	// RVA: -1
	private static type#26059 TiltToAzimuth(type#28439 tilt) { }
	// RVA: -1
	private static type#28439 AzimuthAndAlitutudeToTilt(type#26059 altitude, type#26059 azimuth) { }
	// RVA: -1
	private static type#26059 TiltToAltitude(type#28439 tilt) { }
	// RVA: -1
	public static type#1307 GetPooled(type#17953 systemEvent) { }
	// RVA: -1
	internal static type#1307 GetPooled(type#18072 eventType, type#28468 mousePosition, type#28439 delta, type#20867 button, type#20867 clickCount, type#18037 modifiers, type#20867 displayIndex) { }
	// RVA: -1
	internal static type#1307 GetPooled(type#27552 touch, type#18037 modifiers, type#20867 displayIndex) { }
	// RVA: -1
	internal static type#1307 GetPooled(type#24341 pen, type#18037 modifiers, type#20867 displayIndex) { }
	// RVA: -1
	internal static type#1307 GetPooled(type#24506 pointerEvent, type#28439 position, type#28439 deltaPosition, type#20867 pointerId, type#26059 deltaTime) { }
	// RVA: -1
	internal static type#1307 GetPooled(type#20431 triggerEvent, type#28439 position, type#20867 pointerId) { }
	// RVA: -1
	public static type#1307 GetPooled(type#20431 triggerEvent) { }
	// RVA: -1
	protected internal virtual type#28660 PreDispatch(type#20403 panel) { }
	// RVA: -1
	protected internal virtual type#28660 PostDispatch(type#20403 panel) { }
	// RVA: -1
	internal virtual type#28660 Dispatch(type#15058 panel) { }
	// RVA: -1
	protected type#28660 .ctor() { }
}
}
