Skip to content

Commit

Permalink
Update IDE / editor definitions to include the new function
Browse files Browse the repository at this point in the history
  • Loading branch information
bmbkr authored Feb 4, 2024
1 parent beee9ce commit de62560
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions projects/Geany/raylib.c.tags
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ GetWorldToScreen|Vector2|(Vector3 position, Camera camera);|
GetCameraMatrix|Matrix|(Camera camera);|
SetTargetFPS|void|(int fps);|
GetFPS|int|(void);|
GetFrameBusyTime|float|(void);|
GetFrameTime|float|(void);|
GetTime|double|(void);|
ColorToInt|int|(Color color);|
Expand Down
5 changes: 4 additions & 1 deletion projects/Notepad++/raylib_npp_parser/raylib_npp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,9 @@
<Param name="int fps" />
</Overload>
</KeyWord>
<KeyWord name="GetFrameBusyTime" func="yes">
<Overload retVal="float" descr="Get the time spent actively updating and drawing a frame, excluding sleep time"></Overload>
</KeyWord>
<KeyWord name="GetFrameTime" func="yes">
<Overload retVal="float" descr="Get time in seconds for last frame drawn (delta time)"></Overload>
</KeyWord>
Expand Down Expand Up @@ -2822,7 +2825,7 @@
<Param name="Vector2 size" />
<Param name="Vector2 origin" />
<Param name="float rotation" />
<Param name="0ó¿8± " />
<Param name="0�8� " />
</Overload>
</KeyWord>

Expand Down

0 comments on commit de62560

Please sign in to comment.