I've made some code that resizes the game window to fit the monitor upon running it, the only issue is that the taskbar is still visible. Most video games don't show that in full-screen.
I have tried using raylib's built-in ToggleFullscreen()
method, but it cuts off the left and right sides of the screen with my monitor, which is not what I’m looking for.