Hey guys
I want to know how to "freeze" the game so u can normally use ur mouse.
I have this code now:

[HTML]PTC("CursorCenter 0");
GetCursorPos(&cPos);
DrawBox(cPos.x, cPos.y, 3, 3, Red, Black, pDevice);[/HTML]

I can now normally move my mouse but my gun is moving with it and when i click it shoots. Can i freeze it like with hitting esc WIHTOUT hitting esc???

Plz help me