// Assembly: UnityEngine.IMGUIModule
// Full name: UnityEngine.Event

namespace UnityEngine
{
public class Event // TypeDefIndex: 11309
{
	// Fields
	type#20938 m_Ptr;
	type#26079 scrollWheelDeltaPerTick;
	type#15320 ignoreGuiDepth;
	type#17955 s_Current;
	type#17955 s_MasterEvent;

	// Methods
	// RVA: -1
	public type#18072 get_rawType() { }
	// RVA: -1
	public type#28439 get_mousePosition() { }
	// RVA: -1
	public type#28660 set_mousePosition(type#28439 value) { }
	// RVA: -1
	public type#28439 get_delta() { }
	// RVA: -1
	public type#28660 set_delta(type#28439 value) { }
	// RVA: -1
	public type#24531 get_pointerType() { }
	// RVA: -1
	public type#20867 get_button() { }
	// RVA: -1
	public type#18037 get_modifiers() { }
	// RVA: -1
	public type#28660 set_modifiers(type#18037 value) { }
	// RVA: -1
	public type#26059 get_pressure() { }
	// RVA: -1
	public type#26059 get_twist() { }
	// RVA: -1
	public type#28439 get_tilt() { }
	// RVA: -1
	public type#24346 get_penStatus() { }
	// RVA: -1
	public type#20867 get_clickCount() { }
	// RVA: -1
	public type#15837 get_character() { }
	// RVA: -1
	public type#28660 set_character(type#15837 value) { }
	// RVA: -1
	private type#21557 get_Internal_keyCode() { }
	// RVA: -1
	private type#28660 set_Internal_keyCode(type#21557 value) { }
	// RVA: -1
	public type#21557 get_keyCode() { }
	// RVA: -1
	public type#28660 set_keyCode(type#21557 value) { }
	// RVA: -1
	public type#20867 get_displayIndex() { }
	// RVA: -1
	public type#28660 set_displayIndex(type#20867 value) { }
	// RVA: -1
	public type#18072 get_type() { }
	// RVA: -1
	public type#28660 set_type(type#18072 value) { }
	// RVA: -1
	public type#26576 get_commandName() { }
	// RVA: -1
	public type#28660 set_commandName(type#26576 value) { }
	// RVA: -1
	private type#28660 Internal_Use() { }
	// RVA: -1
	private static type#20925 Internal_Create(type#20867 displayIndex) { }
	// RVA: -1
	private static type#28660 Internal_Destroy(type#20925 ptr) { }
	// RVA: -1
	public type#18072 GetTypeForControl(type#20867 controlID) { }
	// RVA: -1
	internal type#28660 CopyFromPtr(type#20925 ptr) { }
	// RVA: -1
	public static type#15313 PopEvent(type#17953 outEvent) { }
	// RVA: -1
	internal static type#28660 GetEventAtIndex(type#20867 index, type#17953 outEvent) { }
	// RVA: -1
	public static type#20867 GetEventCount() { }
	// RVA: -1
	private static type#28660 Internal_SetNativeEvent(type#20925 ptr) { }
	// RVA: -1
	internal static type#28660 Internal_MakeMasterEventCurrent(type#20867 displayIndex) { }
	// RVA: -1
	internal static type#20867 GetDoubleClickTime() { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 displayIndex) { }
	// RVA: -1
	protected virtual type#28660 Finalize() { }
	// RVA: -1
	internal type#28660 CopyFrom(type#17953 e) { }
	// RVA: -1
	public type#15313 get_shift() { }
	// RVA: -1
	public type#15313 get_control() { }
	// RVA: -1
	public type#15313 get_alt() { }
	// RVA: -1
	public type#15313 get_command() { }
	// RVA: -1
	public type#15313 get_capsLock() { }
	// RVA: -1
	public type#15313 get_numeric() { }
	// RVA: -1
	public type#15313 get_functionKey() { }
	// RVA: -1
	public static type#17953 get_current() { }
	// RVA: -1
	public static type#28660 set_current(type#17953 value) { }
	// RVA: -1
	public type#15313 get_isKey() { }
	// RVA: -1
	public type#15313 get_isMouse() { }
	// RVA: -1
	public type#15313 get_isScrollWheel() { }
	// RVA: -1
	internal type#15313 get_isDirectManipulationDevice() { }
	// RVA: -1
	public static type#17953 KeyboardEvent(type#26576 key) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public type#28660 Use() { }
	// RVA: -1
	private static type#18072 get_rawType_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 get_mousePosition_Injected(type#20925 _unity_self, type#12218 ret) { }
	// RVA: -1
	private static type#28660 set_mousePosition_Injected(type#20925 _unity_self, type#12216 value) { }
	// RVA: -1
	private static type#28660 get_delta_Injected(type#20925 _unity_self, type#12218 ret) { }
	// RVA: -1
	private static type#28660 set_delta_Injected(type#20925 _unity_self, type#12216 value) { }
	// RVA: -1
	private static type#24531 get_pointerType_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#20867 get_button_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#18037 get_modifiers_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 set_modifiers_Injected(type#20925 _unity_self, type#18037 value) { }
	// RVA: -1
	private static type#26059 get_pressure_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#26059 get_twist_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 get_tilt_Injected(type#20925 _unity_self, type#12218 ret) { }
	// RVA: -1
	private static type#24346 get_penStatus_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#20867 get_clickCount_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#15837 get_character_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 set_character_Injected(type#20925 _unity_self, type#15837 value) { }
	// RVA: -1
	private static type#21557 get_Internal_keyCode_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 set_Internal_keyCode_Injected(type#20925 _unity_self, type#21557 value) { }
	// RVA: -1
	private static type#20867 get_displayIndex_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 set_displayIndex_Injected(type#20925 _unity_self, type#20867 value) { }
	// RVA: -1
	private static type#18072 get_type_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#28660 set_type_Injected(type#20925 _unity_self, type#18072 value) { }
	// RVA: -1
	private static type#28660 get_commandName_Injected(type#20925 _unity_self, type#11996 ret) { }
	// RVA: -1
	private static type#28660 set_commandName_Injected(type#20925 _unity_self, type#11995 value) { }
	// RVA: -1
	private static type#28660 Internal_Use_Injected(type#20925 _unity_self) { }
	// RVA: -1
	private static type#18072 GetTypeForControl_Injected(type#20925 _unity_self, type#20867 controlID) { }
	// RVA: -1
	private static type#28660 CopyFromPtr_Injected(type#20925 _unity_self, type#20925 ptr) { }
	// RVA: -1
	private static type#15313 PopEvent_Injected(type#20925 outEvent) { }
	// RVA: -1
	private static type#28660 GetEventAtIndex_Injected(type#20867 index, type#20925 outEvent) { }
}
}
