Table of Contents

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

int

start

The start

public readonly int start

Field Value

int

textPtr

The sdl text editing event text size

private readonly IntPtr textPtr

Field Value

IntPtr

timestamp

The timestamp

public readonly uint timestamp

Field Value

uint

type

The type

public readonly EventType type

Field Value

EventType

windowID

The window id

public readonly uint windowID

Field Value

uint

Properties

Text

Gets the value of the text

public string Text { get; }

Property Value

string