Home
last modified time | relevance | path

Searched refs:buttonMap (Results 1 – 2 of 2) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3750 var buttonMap = { 0: 1, 1: 4, 2: 2 }; class in Event.Methods
3752 return event.button == buttonMap[code];
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js4291 var buttonMap = { 0: 1, 1: 4, 2: 2 }; class
4293 return event.button === buttonMap[code];