Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2024-10-24 09:50:59 +00:00
parent 5706cfd600
commit b0e77c7afd
4 changed files with 4 additions and 4 deletions

View File

@ -3414,7 +3414,7 @@
},
{
"name": "GetCurrentMonitor",
"description": "Get current connected monitor",
"description": "Get primary system monitor",
"returnType": "int"
},
{

View File

@ -3315,7 +3315,7 @@ return {
},
{
name = "GetCurrentMonitor",
description = "Get current connected monitor",
description = "Get primary system monitor",
returnType = "int"
},
{

View File

@ -1170,7 +1170,7 @@ Function 034: GetMonitorCount() (0 input parameters)
Function 035: GetCurrentMonitor() (0 input parameters)
Name: GetCurrentMonitor
Return type: int
Description: Get current connected monitor
Description: Get primary system monitor
No input parameters
Function 036: GetMonitorPosition() (1 input parameters)
Name: GetMonitorPosition

View File

@ -763,7 +763,7 @@
</Function>
<Function name="GetMonitorCount" retType="int" paramCount="0" desc="Get number of connected monitors">
</Function>
<Function name="GetCurrentMonitor" retType="int" paramCount="0" desc="Get current connected monitor">
<Function name="GetCurrentMonitor" retType="int" paramCount="0" desc="Get primary system monitor">
</Function>
<Function name="GetMonitorPosition" retType="Vector2" paramCount="1" desc="Get specified monitor position">
<Param type="int" name="monitor" desc="" />