Search found 2 matches
- Mon Dec 16, 2019 19:14
- Forum: Help
- Topic: Mouse cursor never rendered
- Replies: 2
- Views: 14309
Re: Mouse cursor never rendered
Oh, I forgot to mention that I used an OpenGL debugger to test if the mouse was hidden and found there was no attempt anywhere to render it.
- Mon Dec 16, 2019 19:13
- Forum: Help
- Topic: Mouse cursor never rendered
- Replies: 2
- Views: 14309
Mouse cursor never rendered
While trying to implement CEGUI in my OpenGl and SDL based render engine, I came across the problem that the mouse cursor wouldn't render. I am testing on x64 build with a shared lib. I was able to get the inputs and the TaharezLookOverview.layout to work completely minus the aforementioned cursor. ...