MCPcopy
hub / github.com/csev/py4e / e_target

Function e_target

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:3044–3044  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

3042 CodeMirror.e_stopPropagation = e_stopPropagation;
3043
3044 function e_target(e) {return e.target || e.srcElement;}
3045 function e_button(e) {
3046 if (e.which) return e.which;
3047 else if (e.button & 1) return 1;

Callers 2

onMouseDownFunction · 0.70
onDoubleClickFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected