// Assembly: UnityEngine.InputLegacyModule
// Full name: UnityEngine.Input

namespace UnityEngine
{
public class Input // TypeDefIndex: 13174
{
	// Fields
	type#15319 <simulateTouchEnabled>k__BackingField;
	type#19296 s_MainGyro;

	// Methods
	// RVA: -1
	public static type#26059 GetAxis(type#26576 axisName) { }
	// RVA: -1
	public static type#26059 GetAxisRaw(type#26576 axisName) { }
	// RVA: -1
	public static type#15313 GetButton(type#26576 buttonName) { }
	// RVA: -1
	public static type#15313 GetButtonDown(type#26576 buttonName) { }
	// RVA: -1
	public static type#15313 GetButtonUp(type#26576 buttonName) { }
	// RVA: -1
	private static type#15313 GetKeyInt(type#21557 key) { }
	// RVA: -1
	private static type#15313 GetKeyUpInt(type#21557 key) { }
	// RVA: -1
	private static type#15313 GetKeyDownInt(type#21557 key) { }
	// RVA: -1
	public static type#15313 GetMouseButton(type#20867 button) { }
	// RVA: -1
	public static type#15313 GetMouseButtonDown(type#20867 button) { }
	// RVA: -1
	public static type#15313 GetMouseButtonUp(type#20867 button) { }
	// RVA: -1
	public static type#27552 GetTouch(type#20867 index) { }
	// RVA: -1
	public static type#24341 GetLastPenContactEvent() { }
	// RVA: -1
	public static type#28660 ClearLastPenContactEvent() { }
	// RVA: -1
	public static type#15313 GetKey(type#21557 key) { }
	// RVA: -1
	public static type#15313 GetKey(type#26576 name) { }
	// RVA: -1
	public static type#15313 GetKeyUp(type#21557 key) { }
	// RVA: -1
	public static type#15313 GetKeyUp(type#26576 name) { }
	// RVA: -1
	public static type#15313 GetKeyDown(type#21557 key) { }
	// RVA: -1
	public static type#15313 GetKeyDown(type#26576 name) { }
	// RVA: -1
	public static type#15313 get_anyKey() { }
	// RVA: -1
	public static type#15313 get_anyKeyDown() { }
	// RVA: -1
	public static type#26576 get_inputString() { }
	// RVA: -1
	public static type#28468 get_mousePosition() { }
	// RVA: -1
	public static type#28439 get_mouseScrollDelta() { }
	// RVA: -1
	public static type#20252 get_imeCompositionMode() { }
	// RVA: -1
	public static type#28660 set_imeCompositionMode(type#20252 value) { }
	// RVA: -1
	public static type#26576 get_compositionString() { }
	// RVA: -1
	public static type#28439 get_compositionCursorPos() { }
	// RVA: -1
	public static type#28660 set_compositionCursorPos(type#28439 value) { }
	// RVA: -1
	internal static type#15313 get_simulateTouchEnabled() { }
	// RVA: -1
	private static type#15313 GetMousePresentInternal() { }
	// RVA: -1
	private static type#15313 GetTouchSupportedInternal() { }
	// RVA: -1
	public static type#15313 get_mousePresent() { }
	// RVA: -1
	public static type#15313 get_touchSupported() { }
	// RVA: -1
	public static type#20867 get_touchCount() { }
	// RVA: -1
	private static type#20867 GetGyroInternal() { }
	// RVA: -1
	public static type#19295 get_gyro() { }
	// RVA: -1
	internal static type#15313 CheckDisabled() { }
	// RVA: -1
	private static type#28660 GetTouch_Injected(type#20867 index, type#12180 ret) { }
	// RVA: -1
	private static type#28660 GetLastPenContactEvent_Injected(type#12046 ret) { }
	// RVA: -1
	private static type#28660 get_inputString_Injected(type#11996 ret) { }
	// RVA: -1
	private static type#28660 get_mousePosition_Injected(type#12223 ret) { }
	// RVA: -1
	private static type#28660 get_mouseScrollDelta_Injected(type#12218 ret) { }
	// RVA: -1
	private static type#28660 get_compositionString_Injected(type#11996 ret) { }
	// RVA: -1
	private static type#28660 get_compositionCursorPos_Injected(type#12218 ret) { }
	// RVA: -1
	private static type#28660 set_compositionCursorPos_Injected(type#12216 value) { }
}
}
