// Assembly: UnityEngine.UIElementsModule
// Full name: IInput

public class IInput // TypeDefIndex: 5417
{

	// Methods
	// RVA: -1
	public abstract type#15313 GetButtonDown(type#26576 button) { }
	// RVA: -1
	public abstract type#26059 GetAxisRaw(type#26576 axis) { }
	// RVA: -1
	public abstract type#28660 ClearLastPenContactEvent() { }
	// RVA: -1
	public abstract type#24341 GetLastPenContactEvent() { }
	// RVA: -1
	public abstract type#20867 get_touchCount() { }
	// RVA: -1
	public abstract type#27552 GetTouch(type#20867 index) { }
	// RVA: -1
	public abstract type#15313 get_mousePresent() { }
	// RVA: -1
	public abstract type#15313 GetMouseButtonDown(type#20867 button) { }
	// RVA: -1
	public abstract type#15313 GetMouseButtonUp(type#20867 button) { }
	// RVA: -1
	public abstract type#28468 get_mousePosition() { }
	// RVA: -1
	public abstract type#20867 get_mouseButtonCount() { }
	// RVA: -1
	public abstract type#15313 get_anyKey() { }
	// RVA: -1
	public abstract type#26059 get_unscaledTime() { }
	// RVA: -1
	public abstract type#26059 get_doubleClickTime() { }
}
