raysan5 / raygui

A simple and easy-to-use immediate-mode gui library
zlib License
3.36k stars 289 forks source link

Missing function "DrawLineBezierCubic" on animation_curve example #348

Closed pulgamecanica closed 7 months ago

pulgamecanica commented 9 months ago

Hello, I couldn't find anywhere this function:

https://github.com/raysan5/raygui/blob/e765801006820af80933c0ea7bd1ca9834773560/examples/animation_curve/gui_curve_editor.h#L548

I even checked on the raylib headers but it's not there either... can you pls explain me what am I missing? Maybe it comes from somewhere I am not considering.

Also if this is indeed an issue, I would be more than happy to contribute by sharing my solution (I did make it work recreating this missing function)