MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onKeyUp

Method onKeyUp

tools/xsbug/behaviors.js:324–328  ·  view source on GitHub ↗
(code, key, repeat, ticks)

Source from the content-addressed store, hash-verified

322 return true;
323 }
324 onKeyUp(code, key, repeat, ticks) {
325 var charCode = this.filterKey(code, key);
326 if (!charCode) return false;
327 return true;
328 }
329 onMouseEntered(code, x, y) {
330 application.cursor = cursors.iBeam;
331 }

Callers

nothing calls this directly

Calls 1

filterKeyMethod · 0.95

Tested by

no test coverage detected