Inverting Mouse

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Guest

Inverting Mouse

Post by Guest »

Hi, is there a way of inverting the mouse in this version without modifying the source code?

Thanks!
after-life
Posts: 69
Joined: Wed Mar 30, 2005 8:16 am
Location: Keerbergen, Belgium

Post by after-life »

make your own camera class
SARIN
Posts: 139
Joined: Fri Oct 29, 2004 3:53 am

Post by SARIN »

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

Code: Select all

ICursorControl->setPosition((get the window size here)-ICursorControl.X,(size .Y)-ICursorControl.Y);
Post Reply