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