Struct STB_TexteditState
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 STB_TexteditState
Fields
|
Improve this Doc
View Source
cursor
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
cursor_at_end_of_line
Declaration
public byte cursor_at_end_of_line
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
has_preferred_x
Declaration
public byte has_preferred_x
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
initialized
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
insert_mode
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
padding1
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
padding2
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
padding3
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
preferred_x
Declaration
Field Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
row_count_per_page
Declaration
public int row_count_per_page
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
select_end
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
select_start
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
single_line
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
undostate
Declaration
public StbUndoState undostate
Field Value