1
vote
2answers
108 views

Exclusive mouse movement with WM_INPUT

Microsoft seems to recommend using WM_INPUT for input. I want to only get relative mouse input and hide the mouse cursor all together for a short while (For gesture based input). However, using ...
0
votes
1answer
179 views

Moving the camera as in a first person shooter

I am trying to implement the movement of the camera with the mouse. The result I want to achieve is the same that you get when you move your aim in a first person shooter. Here is the code I wrote, ...
0
votes
0answers
73 views

Windows API basic paint program

Just trying to learn a bit of Win API. I'm trying to make a basic drawing app, a bit like MS Paint. For the time being I'm trying to get one function to work which is, when you left click and drag ...