Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Oct 24, 2024
2 parents b0140b8 + 865265b commit 6760d1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parser/output/raylib_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3414,7 +3414,7 @@
},
{
"name": "GetCurrentMonitor",
"description": "Get primary system monitor",
"description": "Get current monitor where window is placed",
"returnType": "int"
},
{
Expand Down
2 changes: 1 addition & 1 deletion parser/output/raylib_api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3315,7 +3315,7 @@ return {
},
{
name = "GetCurrentMonitor",
description = "Get primary system monitor",
description = "Get current monitor where window is placed",
returnType = "int"
},
{
Expand Down
2 changes: 1 addition & 1 deletion parser/output/raylib_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ Function 034: GetMonitorCount() (0 input parameters)
Function 035: GetCurrentMonitor() (0 input parameters)
Name: GetCurrentMonitor
Return type: int
Description: Get primary system monitor
Description: Get current monitor where window is placed
No input parameters
Function 036: GetMonitorPosition() (1 input parameters)
Name: GetMonitorPosition
Expand Down
2 changes: 1 addition & 1 deletion parser/output/raylib_api.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 primary system monitor">
<Function name="GetCurrentMonitor" retType="int" paramCount="0" desc="Get current monitor where window is placed">
</Function>
<Function name="GetMonitorPosition" retType="Vector2" paramCount="1" desc="Get specified monitor position">
<Param type="int" name="monitor" desc="" />
Expand Down

0 comments on commit 6760d1b

Please sign in to comment.