// Assembly: Vuplex.WebView
// Full name: Vuplex.WebView.IPointerInputDetector

namespace Vuplex.WebView
{
public class IPointerInputDetector // TypeDefIndex: 7357
{

	// Methods
	// RVA: -1
	public abstract type#28660 add_BeganDrag(type#5307 value) { }
	// RVA: -1
	public abstract type#28660 remove_BeganDrag(type#5307 value) { }
	// RVA: -1
	public abstract type#28660 add_Dragged(type#5307 value) { }
	// RVA: -1
	public abstract type#28660 remove_Dragged(type#5307 value) { }
	// RVA: -1
	public abstract type#28660 add_PointerDown(type#5335 value) { }
	// RVA: -1
	public abstract type#28660 remove_PointerDown(type#5335 value) { }
	// RVA: -1
	public abstract type#28660 add_PointerEntered(type#18015 value) { }
	// RVA: -1
	public abstract type#28660 remove_PointerEntered(type#18015 value) { }
	// RVA: -1
	public abstract type#28660 add_PointerExited(type#5307 value) { }
	// RVA: -1
	public abstract type#28660 remove_PointerExited(type#5307 value) { }
	// RVA: -1
	public abstract type#28660 add_PointerMoved(type#5307 value) { }
	// RVA: -1
	public abstract type#28660 remove_PointerMoved(type#5307 value) { }
	// RVA: -1
	public abstract type#28660 add_PointerUp(type#5335 value) { }
	// RVA: -1
	public abstract type#28660 remove_PointerUp(type#5335 value) { }
	// RVA: -1
	public abstract type#28660 add_Scrolled(type#5342 value) { }
	// RVA: -1
	public abstract type#28660 remove_Scrolled(type#5342 value) { }
	// RVA: -1
	public abstract type#15313 get_PointerMovedEnabled() { }
	// RVA: -1
	public abstract type#28660 set_PointerMovedEnabled(type#15313 value) { }
}
}
