Windows Mouselook?
I have a game for you, it's called fill in the blank!
If I were making a FPS for mac, I'd use CGGetLastMouseDelta for mouselooking.
If I were making a FPS for Windows, I'd Use _________________ for mouselooking.
The closest I've found described here, but that scared me away with really ugly windows code when I just need two float values. If someone understands this archaic text, I could use a small snippet of code that gets the last mouse delta-x float value.
Or is it easier to do the silly method of
moving the cursor to center again and again?.
If I were making a FPS for mac, I'd use CGGetLastMouseDelta for mouselooking.
If I were making a FPS for Windows, I'd Use _________________ for mouselooking.
The closest I've found described here, but that scared me away with really ugly windows code when I just need two float values. If someone understands this archaic text, I could use a small snippet of code that gets the last mouse delta-x float value.
Or is it easier to do the silly method of
moving the cursor to center again and again?.
Personally, I'd use SDL for both.
Scott Lembcke - Howling Moon Software
Author of Chipmunk Physics - A fast and simple rigid body physics library in C.

