TimKey return type

This commit is contained in:
2026-01-09 06:06:01 +05:00
parent 4150a609e2
commit 6e946200a2
2 changed files with 3 additions and 3 deletions

View File

@@ -245,7 +245,7 @@ bool tim_radiobutton(cstr txt, i32* state, i32 v, i32 x, i32 y, i32 w, u64 color
/// @param e persistent edit state, use TimEditState_init() to create new state
/// @param color frame, background, text
/// @return key id or 0
i32 tim_edit(TimEditState* e, i32 x, i32 y, i32 w, u64 color);
TimKey tim_edit(TimEditState* e, i32 x, i32 y, i32 w, u64 color);
void TimEditState_init(TimEditState* e, i32 capacity, cstr initial_content);