Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-10-24 09:58:05 +00:00
parent 670fbd8c10
commit 865265b832
4 changed files with 4 additions and 4 deletions

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 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="" />