Struct SDL.SDL_TextEditingEvent
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: SDL2
Assembly: SDL2-CS.dll
Syntax
public struct SDL_TextEditingEvent
Fields
| Improve this Doc View Sourcelength
Declaration
public int length
Field Value
| Type | Description |
|---|---|
| System.Int32 |
start
Declaration
public int start
Field Value
| Type | Description |
|---|---|
| System.Int32 |
text
Declaration
public byte *text
Field Value
| Type | Description |
|---|---|
| System.Byte* |
timestamp
Declaration
public uint timestamp
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
type
Declaration
public SDL.SDL_EventType type
Field Value
| Type | Description |
|---|---|
| SDL.SDL_EventType |
windowID
Declaration
public uint windowID
Field Value
| Type | Description |
|---|---|
| System.UInt32 |