mouse control

A place for users of OGRE to discuss ideas and experiences of utilitising OGRE in their games / demos / applications.
cobybryant
Gnoblar
Posts: 1
Joined: Mon Feb 21, 2005 12:41 pm

mouse control

Post by cobybryant »

Could you tell me how the Genius mouse in everybody ogre is controlled to do.
I want to make use of gyro wheel of the Genius mouse to contract and enlarge small ...
User avatar
tuan kuranes
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 2653
Joined: Wed Sep 24, 2003 8:07 am
Location: Haute Garonne, France
x 4

Post by tuan kuranes »

Mouse wheel info :

Code: Select all

inputdevice->getMouseAbsZ() ;
inputdevice->getMouseRelativeZ();
[code]