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

namespace UnityEngine.UIElements
{
public class KeyboardTextEditorEventHandler // TypeDefIndex: 5259
{
	// Fields
	type#17956 m_ImguiEvent;
	type#15315 m_Changed;
	type#15315 m_ShouldInvokeUpdateValue;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#27159 textElement, type#27150 editingUtilities) { }
	// RVA: -1
	public virtual type#28660 HandleEventBubbleUp(type#17965 evt) { }
	// RVA: -1
	private type#28660 OnFocus(type#18599 _) { }
	// RVA: -1
	private type#28660 OnBlur(type#15308 _) { }
	// RVA: -1
	private type#28660 OnIMEInput(type#20254 _) { }
	// RVA: -1
	private type#28660 OnKeyDown(type#21562 evt) { }
	// RVA: -1
	private type#28660 ApplyTextIfNeeded() { }
	// RVA: -1
	private type#28660 UpdateLabel(type#15313 generatePreview) { }
	// RVA: -1
	private type#28660 OnValidateCommandEvent(type#28357 evt) { }
	// RVA: -1
	private type#28660 OnExecuteCommandEvent(type#18160 evt) { }
	// RVA: -1
	private type#28660 OnNavigationEvent(type#9582 evt) { }
}
}
