Add method for getting unique key id

This commit is contained in:
2023-12-21 18:02:14 +01:00
parent d34783e40b
commit e708d5e2cb
2 changed files with 7 additions and 2 deletions

View File

@@ -119,6 +119,7 @@ void bzUIDestroy(BzUI *ui);
void bzUIBegin(BzUI *ui, i32 width, i32 height);
void bzUIEnd(BzUI *ui);
BzUIKey bzUIGetUniqueKey(BzUI *ui);
BzUINode *bzUINodeMake(BzUI *ui, BzUIKey key, BzUIFlags flags);