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

namespace UnityEngine.InputForUI
{
public class EventSource // TypeDefIndex: 12553
{
	// Fields
	type#20890 value__;
	type#18057 Unspecified;
	type#18057 Keyboard;
	type#18057 Gamepad;
	type#18057 Mouse;
	type#18057 Pen;
	type#18057 Touch;
}
}
