MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / clickKey

Function clickKey

modules/keyboard/keyboard.js:200–203  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

198 }
199
200 function clickKey(e) {
201 var scanType = (d3.event.type == "mousedown" ? "make" : "break");
202 drawKey(d3.select(this), scanType);
203 }
204
205 var timeSinceLastKeyTimeout;
206 function drawKey(keySel, scanType) {

Callers

nothing calls this directly

Calls 1

drawKeyFunction · 0.85

Tested by

no test coverage detected