Click or drag to resize

InputEventKeyUnicode Property

The key Unicode identifier (when relevant). Unicode identifiers for the composite characters and complex scripts may not be available unless IME input mode is active. See SetImeActive(Boolean) for more information.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public uint Unicode { get; set; }

Property Value

Type: UInt32
See Also