Mouse button clicked checking

Hi,

Can WebGL detect the clicked mouse button (left, middle, and right), since I want to do some rotation and zoom in/out and would like to implement them with mouse buttons event?

WebGL can’t but JavaScript can: http://www.w3schools.com/jsref/dom_obj_event.asp
and example: http://learningwebgl.com/blog/?p=1253