Crafty.mouseButtons

An object mapping mouseButton names to the corresponding button ID. In all mouseEvents, we add the e.mouseButton property with a value normalized to match e.button of modern webkit browsers:

LEFT: 0,
MIDDLE: 1,
RIGHT: 2