Tagged Questions
1
vote
0answers
216 views
Keeping crosshairs & GUI onscreen - SFML
I read this question, but didn't understand the implementation suggestions with SFML on C#.
For example, right now I'm just trying to make sure that the mouse crosshairs stay onscreen constantly. I ...
2
votes
2answers
363 views
how to keep a GUI on-screen without moving or resizing it according to camera movement
Hey i'm trying to make a GUI lib with SFML, and everything's done except one problem: Making the Interface stay still even when the camera moves or zooms in/out.
This would be easy to fix if zooming ...