mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 11:28:17 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -3414,7 +3414,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GetCurrentMonitor",
|
"name": "GetCurrentMonitor",
|
||||||
"description": "Get current connected monitor",
|
"description": "Get primary system monitor",
|
||||||
"returnType": "int"
|
"returnType": "int"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -3315,7 +3315,7 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "GetCurrentMonitor",
|
name = "GetCurrentMonitor",
|
||||||
description = "Get current connected monitor",
|
description = "Get primary system monitor",
|
||||||
returnType = "int"
|
returnType = "int"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -1170,7 +1170,7 @@ Function 034: GetMonitorCount() (0 input parameters)
|
|||||||
Function 035: GetCurrentMonitor() (0 input parameters)
|
Function 035: GetCurrentMonitor() (0 input parameters)
|
||||||
Name: GetCurrentMonitor
|
Name: GetCurrentMonitor
|
||||||
Return type: int
|
Return type: int
|
||||||
Description: Get current connected monitor
|
Description: Get primary system monitor
|
||||||
No input parameters
|
No input parameters
|
||||||
Function 036: GetMonitorPosition() (1 input parameters)
|
Function 036: GetMonitorPosition() (1 input parameters)
|
||||||
Name: GetMonitorPosition
|
Name: GetMonitorPosition
|
||||||
|
@@ -763,7 +763,7 @@
|
|||||||
</Function>
|
</Function>
|
||||||
<Function name="GetMonitorCount" retType="int" paramCount="0" desc="Get number of connected monitors">
|
<Function name="GetMonitorCount" retType="int" paramCount="0" desc="Get number of connected monitors">
|
||||||
</Function>
|
</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>
|
||||||
<Function name="GetMonitorPosition" retType="Vector2" paramCount="1" desc="Get specified monitor position">
|
<Function name="GetMonitorPosition" retType="Vector2" paramCount="1" desc="Get specified monitor position">
|
||||||
<Param type="int" name="monitor" desc="" />
|
<Param type="int" name="monitor" desc="" />
|
||||||
|
Reference in New Issue
Block a user