Open
Description
In Apple's APIs, only the left and right mouse buttons have specific API entries. Everything else is handled as "other button" + NSEvent.buttonNumber. This is obviously for legacy reasons. Do we want to do something different? We should at least provide better docs on how to handle "other" buttons.
Related to #1191