diff options
| author | jussi | 2024-07-16 21:52:30 +0300 |
|---|---|---|
| committer | jussi | 2024-07-16 21:52:30 +0300 |
| commit | 9dceeb8c058267e04bf551db7a9659e3ba5bdab3 (patch) | |
| tree | e642e0bae55536045013d1ce8477b54706cde38a /API.md | |
| parent | f64b17ec71dea4ecae4d19ce75871331909a3881 (diff) | |
| download | reilua-enhanced-9dceeb8c058267e04bf551db7a9659e3ba5bdab3.tar.gz reilua-enhanced-9dceeb8c058267e04bf551db7a9659e3ba5bdab3.tar.bz2 reilua-enhanced-9dceeb8c058267e04bf551db7a9659e3ba5bdab3.zip | |
Reigui property_list and tree_view use scrissor mode.
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9606,7 +9606,7 @@ Value Box control, updates input text with numbers --- -> result, text = RL.GuiTextBox( Rectangle bounds, string text, int textSize, bool editMode ) +> result, text = RL.GuiTextBox( Rectangle bounds, string text, int bufferSize, bool editMode ) Text Box control, updates input text |
