- Home /
Question by
sfaragnaus · Dec 22, 2011 at 02:18 PM ·
mousescrollmagic
Magic mouse scroll-wheel
Hi, using the following line of code:
Input.GetAxis ("Mouse ScrollWheel");
is working with a normal scroll wheel mouse but not on a Mac using a magic mouse (returned value is always 0). Any clue? Many thanks
Comment
Unfortunately, it seems that's a common problem: I haven't a $$anonymous$$ac, but I've found this other topic: http://answers.unity3d.com/questions/26649/scrollwheel-input-not-detected-in-script.html. As you can see, no answer was provided even there. I hope that someone can give you a solution.
Best Answer
Answer by Eric5h5 · Dec 22, 2011 at 05:29 PM
Wait for Unity 3.5.
right, just downloaded 3.5 and the features list says it should be fixed! thx