Still learning #zig and #raylib. I know it's not much, but I now have a button supporting different graphics for idle, hovering and presses :D And callback function on click.
I'm still not 100% sure if this is a language I'll stick with, but so far I do like it. Fast compile times and small executables, and a very explicit code!
Thanks to Connect_Confusion794 on Reddit.
I simply couldn't get my #raylib application to use my main monitor!?
So spend a long time trying out everything I could find online, until i came upon this post https://www.reddit.com/r/raylib/comments/j09htr/how_to_set_display_monitor/
In short:
setWindowMonitor does NOTHING, unless you have called toggleFullscreen first, so the application is in fullscreen mode when setWindowMonitor is called.