Click or drag to resize

InputFieldExSendKeyEvent Method (KeyCode, Char, EventModifiers)

Manually send a key event to the input field.

Namespace:  Kit.UI.Widgets
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public virtual void SendKeyEvent(
	KeyCode key,
	char character = '',
	EventModifiers modifiers = EventModifiers.None
)
Request Example View Source

Parameters

key
Type: KeyCode
character (Optional)
Type: SystemChar
modifiers (Optional)
Type: EventModifiers
See Also