Searched refs:buttonMap (Results 1 – 2 of 2) sorted by relevance
3750 var buttonMap = { 0: 1, 1: 4, 2: 2 }; class in Event.Methods3752 return event.button == buttonMap[code];
4291 var buttonMap = { 0: 1, 1: 4, 2: 2 }; class4293 return event.button === buttonMap[code];