I am using bgfx in c99 to experiment with game dev / game engine dev, so I need to hide my cursor using Windows.h / WinUser.h
However even if I use ShowCursor(false), SetCursor(NULL) the cursor will still appear on screen.
None of the solutions I tried worked. Any help ? Thanks
According to SetCursor,