More raygui functions and updated to raygui v3.2-dev.

This commit is contained in:
jussi
2022-03-25 22:31:59 +02:00
parent 55ad8773ec
commit 6d1c14e09c
10 changed files with 1631 additions and 995 deletions

View File

@@ -301,6 +301,18 @@ int lcoreSetWindowTitle( lua_State *L ) {
return 1;
}
/*
> count = RL_GetMonitorCount()
Get number of connected monitors
- Success return int
*/
int lcoreGetMonitorCount( lua_State *L ) {
lua_pushinteger( L, GetMonitorCount() );
return 1;
}
/*
> RL_CloseWindow()