Hi, is there a way of inverting the mouse in this version without modifying the source code?
Thanks!
Inverting Mouse
-
- Posts: 69
- Joined: Wed Mar 30, 2005 8:16 am
- Location: Keerbergen, Belgium
wat do u mean? do u mean the cursor? or do u mean teh camera?
if u mean the cursor only, its prob pretty simple. try
in the main loop
if u mean the cursor only, its prob pretty simple. try
in the main loop
Code: Select all
ICursorControl->setPosition((get the window size here)-ICursorControl.X,(size .Y)-ICursorControl.Y);