diff options
| author | physick <mynameisgennadiy@vk.com> | 2026-08-31 02:13:58 +0500 |
|---|---|---|
| committer | physick <mynameisgennadiy@vk.com> | 2026-08-31 02:13:58 +0500 |
| commit | e515240297e1d8dd6f23308f0bffcda7464486e7 (patch) | |
| tree | 3f684236b27b99a8712456f844cba01503d2b360 /src/ui_elements/UI.h | |
| parent | ce9cbb6c0dbd8c920fdb87389332028cdd60ccc1 (diff) | |
collection element callback
Diffstat (limited to 'src/ui_elements/UI.h')
| -rw-r--r-- | src/ui_elements/UI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui_elements/UI.h b/src/ui_elements/UI.h index 52d2222..3665de8 100644 --- a/src/ui_elements/UI.h +++ b/src/ui_elements/UI.h @@ -31,6 +31,7 @@ bool IsMouseInRec(Rectangle rec); typedef struct { Scene *parent; + void *userData; void (*OnClick)(Scene *); Texture *atlas; Rectangle textrueLocation; |
