Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks alot! I smiled while reading your comment :). I do not understand bow drawing to be uncomfortable because of the hidden mouse. The mouse is captured and only read mouse motion, so you do not need to think where the mouse should be. If the mouse where not captured, you would always need to center it before the draw and try not to get it off the window.

I understand that cursor is not needed, it's just that my brain expected it to be present and it felt kinda wrong when it was not there. But maybe that's just me, and your approach definitely makes sense. 

Ah ok that makes sense. I get what you are saying, i did not thought of another way to solve this.