I would like to simulate 3D mouse operation to rotate/pan/zoom elements in "Blender" (on OSX). Is it possible?
Thanks a tone for your help!
Take a look at this:
Under File -> User Preferences -> Input, tick 'Emulate 3 Button Mouse'. The link shows the default shortcuts for an Apple one button mouse.
did you get to solve your problem? We're trying to rotate an Object via Java in another 3D App (3DVia). Since we couldn't find an API, we want to simulate a Space-Mouse. We tried the Java Robot class, but you can only move the primary mouse cursor.