// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.IKeyboardEvent

namespace UnityEngine.UIElements
{
public class IKeyboardEvent // TypeDefIndex: 5516
{

	// Methods
	// RVA: -1
	public abstract type#18037 get_modifiers() { }
	// RVA: -1
	public abstract type#15837 get_character() { }
	// RVA: -1
	public abstract type#21557 get_keyCode() { }
}
}
