Struct ImGuiInputTextCallbackData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: ImGui.NET.dll
Syntax
public struct ImGuiInputTextCallbackData
Fields
|
Improve this Doc
View Source
Buf
Declaration
Field Value
| Type |
Description |
| System.Byte* |
|
|
Improve this Doc
View Source
BufDirty
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
BufSize
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
BufTextLen
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
CursorPos
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
EventChar
Declaration
Field Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
EventFlag
Declaration
public ImGuiInputTextFlags EventFlag
Field Value
|
Improve this Doc
View Source
EventKey
Declaration
Field Value
|
Improve this Doc
View Source
Flags
Declaration
public ImGuiInputTextFlags Flags
Field Value
|
Improve this Doc
View Source
SelectionEnd
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
SelectionStart
Declaration
public int SelectionStart
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
UserData
Declaration
Field Value
| Type |
Description |
| System.Void* |
|