Click to See Complete Forum and Search --> : mouse position


cyberdyne
April 3rd, 1999, 05:09 PM
is there any posibility of setting the mouse to a some place on the screen or to get rid of the limitations of the window because i want to use my mouse in a fullscreen window for turning
like you can do in quake or unreal but i can only turn a sertain amount my mouse is set at a max of 640*480 so when my mouse pos is 0 or 640 i cannot turn any further
does anyone know how to do this?

darwen
January 30th, 2002, 11:44 PM
Try

::GetPointerPos - to get mouse position
::SetPointerPos - to set it.

Easy as that !

Darwen.