MCPcopy Index your code
hub / github.com/csev/py4e / e_target

Function e_target

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

Source from the content-addressed store, hash-verified

6792 var e_stop = CodeMirror.e_stop = function(e) {e_preventDefault(e); e_stopPropagation(e);};
6793
6794 function e_target(e) {return e.target || e.srcElement;}
6795 function e_button(e) {
6796 var b = e.which;
6797 if (b == null) {

Callers 4

barMouseDownFunction · 0.70
eventInWidgetFunction · 0.70
posFromMouseFunction · 0.70
onMouseDownFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected