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 ...
mouse control
-
- OGRE Retired Moderator
- Posts: 2653
- Joined: Wed Sep 24, 2003 8:07 am
- Location: Haute Garonne, France
- x 4
Mouse wheel info :
Code: Select all
inputdevice->getMouseAbsZ() ;
inputdevice->getMouseRelativeZ();
[code]