Struct TextEditingEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl text editing event
public readonly struct TextEditingEventInherited Members
Fields
length
The length
public readonly int lengthField Value
start
The start
public readonly int startField Value
textPtr
The sdl text editing event text size
private readonly IntPtr textPtrField Value
timestamp
The timestamp
public readonly uint timestampField Value
type
The type
public readonly EventType typeField Value
windowID
The window id
public readonly uint windowIDField Value
Properties
Text
Gets the value of the text
public string Text { get; }