// Assembly: UnityEngine.InputForUIModule
// Full name: UnityEngine.InputForUI.EventModifiers

namespace UnityEngine.InputForUI
{
public class EventModifiers // TypeDefIndex: 12552
{
	// Fields
	type#27918 _state;

	// Methods
	// RVA: -1
	public type#15313 IsPressed(type#31179 mod) { }
	// RVA: -1
	public type#15313 get_isShiftPressed() { }
	// RVA: -1
	public type#15313 get_isCtrlPressed() { }
	// RVA: -1
	public type#15313 get_isAltPressed() { }
	// RVA: -1
	public type#15313 get_isMetaPressed() { }
	// RVA: -1
	public type#15313 get_isCapsLockEnabled() { }
	// RVA: -1
	public type#15313 get_isFunctionKeyPressed() { }
	// RVA: -1
	public type#15313 get_isNumericPressed() { }
	// RVA: -1
	public type#28660 SetPressed(type#31179 modifier, type#15313 pressed) { }
	// RVA: -1
	public type#28660 Reset() { }
	// RVA: -1
	private static type#28660 Append(type#12127 str, type#26576 value) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
