Reigui property_list and tree_view use scrissor mode.

This commit is contained in:
jussi
2024-07-16 21:52:30 +03:00
parent f64b17ec71
commit 9dceeb8c05
7 changed files with 113 additions and 121 deletions

View File

@@ -6526,11 +6526,11 @@ function RL.GuiValueBox( bounds, text, value, minValue, maxValue, editMode ) end
---- Success return int, string
---@param bounds table
---@param text string
---@param textSize integer
---@param bufferSize integer
---@param editMode boolean
---@return any result
---@return any text
function RL.GuiTextBox( bounds, text, textSize, editMode ) end
function RL.GuiTextBox( bounds, text, bufferSize, editMode ) end
---Slider control, returns selected value
---- Success return int, float, Rectangle, Rectangle