mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-21 04:59:17 -05:00
fix example (#5575)
This commit is contained in:
@ -79,7 +79,7 @@ int main(void)
|
|||||||
GuiSetStyle(LISTVIEW, TEXT_ALIGNMENT, TEXT_ALIGN_LEFT);
|
GuiSetStyle(LISTVIEW, TEXT_ALIGNMENT, TEXT_ALIGN_LEFT);
|
||||||
GuiSetStyle(LISTVIEW, TEXT_PADDING, 40);
|
GuiSetStyle(LISTVIEW, TEXT_PADDING, 40);
|
||||||
GuiListViewEx((Rectangle){ 0, 50, GetScreenWidth(), GetScreenHeight() - 50 },
|
GuiListViewEx((Rectangle){ 0, 50, GetScreenWidth(), GetScreenHeight() - 50 },
|
||||||
files.paths, files.count, &listScrollIndex, &listItemActive, &listItemFocused);
|
(const char**)files.paths, files.count, &listScrollIndex, &listItemActive, &listItemFocused);
|
||||||
|
|
||||||
EndDrawing();
|
EndDrawing();
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user