Tagged Questions
0
votes
1answer
176 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, ...
7
votes
3answers
2k views
Is it possible to detect two different mice at the same time, and have their movements recorded seperately?
Im thinking of making a game that requires two mice to play. It needs to register the movement separately from one another. Is this possible? Or does the Windows architecture not allow for such ...