Accessing the 4th and 5th mouse button?

Hello,

is there a way in the editor to access clicks on the 4th and 5th mouse button?

Event.current.button does not seem to be anything but 0, 1 or 2 (as stated in the docs).

Ciao, Imi.

PS: I am not talking about the runtime player nor about the upcoming Unity UI from 4.6. I like to access the button in editor scripts to use for my custom EditorWindow. :wink:

I’m hitting the same issue. For some reason, Unity believe a mouse only has 3 buttons.