Re: RayGUI Example
- Posted by andreasWagner 2 days ago
- 72 views
Hallo,
Sorry, I took another look at portable_window.c.
It should probably look more like this:
DrawText(sprintf("Mouse: [%d, %d]",{mousePos[1],mousePos[2]}),10,40,20,BLACK) DrawText(sprintf("Win: [%d, %d]",{windowPos[1],windowPos[2]}),10,60,20,BLACK)
And for this example, you probably don't need GuiDisable() and GuiEnable().

