generation with last ccp2ffi modifications (STB_TexteditState) issue #145

This commit is contained in:
Victor Bombi
2020-08-24 20:05:08 +02:00
parent e2c64a1808
commit cdd1fbb2df
2 changed files with 228 additions and 1 deletions

View File

@@ -3037,7 +3037,11 @@
"ImVec1": "internal",
"ImVec2": "imgui",
"ImVec2ih": "internal",
"ImVec4": "imgui"
"ImVec4": "imgui",
"STB_TexteditState": "internal",
"StbTexteditRow": "internal",
"StbUndoRecord": "internal",
"StbUndoState": "internal"
},
"structs": {
"ImBitVector": [
@@ -6950,6 +6954,132 @@
"name": "w",
"type": "float"
}
],
"STB_TexteditState": [
{
"name": "cursor",
"type": "int"
},
{
"name": "select_start",
"type": "int"
},
{
"name": "select_end",
"type": "int"
},
{
"name": "insert_mode",
"type": "unsigned char"
},
{
"name": "cursor_at_end_of_line",
"type": "unsigned char"
},
{
"name": "initialized",
"type": "unsigned char"
},
{
"name": "has_preferred_x",
"type": "unsigned char"
},
{
"name": "single_line",
"type": "unsigned char"
},
{
"name": "padding1",
"type": "unsigned char"
},
{
"name": "padding2",
"type": "unsigned char"
},
{
"name": "padding3",
"type": "unsigned char"
},
{
"name": "preferred_x",
"type": "float"
},
{
"name": "undostate",
"type": "StbUndoState"
}
],
"StbTexteditRow": [
{
"name": "x0",
"type": "float"
},
{
"name": "x1",
"type": "float"
},
{
"name": "baseline_y_delta",
"type": "float"
},
{
"name": "ymin",
"type": "float"
},
{
"name": "ymax",
"type": "float"
},
{
"name": "num_chars",
"type": "int"
}
],
"StbUndoRecord": [
{
"name": "where",
"type": "int"
},
{
"name": "insert_length",
"type": "int"
},
{
"name": "delete_length",
"type": "int"
},
{
"name": "char_storage",
"type": "int"
}
],
"StbUndoState": [
{
"name": "[99]",
"size": 99,
"type": "StbUndoRecord undo_rec"
},
{
"name": "undo_char[999]",
"size": 999,
"type": "ImWchar"
},
{
"name": "undo_point",
"type": "short"
},
{
"name": "redo_point",
"type": "short"
},
{
"name": "undo_char_point",
"type": "int"
},
{
"name": "redo_char_point",
"type": "int"
}
]
}
}