MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / _isLikeMouseEvent

Method _isLikeMouseEvent

codebase/sources/dhtmlxscheduler.es.js:20856–20861  ·  view source on GitHub ↗
(event2)

Source from the content-addressed store, hash-verified

20854 return this;
20855 }
20856 _isLikeMouseEvent(event2) {
20857 if (!event2 || typeof event2 !== "object") {
20858 return false;
20859 }
20860 return "clientX" in event2 && "clientY" in event2;
20861 }
20862 _getViewPort() {
20863 return this._root || document.body;
20864 }

Callers 1

showMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected