Anut-py / h-raylib

Haskell bindings for Raylib
https://hackage.haskell.org/package/h-raylib
Apache License 2.0
80 stars 13 forks source link

Missing function #58

Open vitalibarozzi opened 1 month ago

vitalibarozzi commented 1 month ago

Hello. I was wondering where was the binding for the function SetTraceLogCallback to specify custom loggers and I couldn't find it. Is there a reason for it not existing, maybe?

Anut-py commented 1 month ago

When I first made the bindings I wasn't sure how to bind SetTraceLogCallback because it uses varargs, but I think now I can figure out how to do it. I'll give it a try.

vitalibarozzi commented 1 month ago

Ah, thank you. :)