MCPcopy Create free account
hub / github.com/microsoft/SandDance / addDirectionalKeyCode

Function addDirectionalKeyCode

docs/app/js/sanddance-app.js:25307–25309  ·  view source on GitHub ↗
(which)

Source from the content-addressed store, hash-verified

25305 return !!DirectionalKeyCodes[which];
25306}
25307function addDirectionalKeyCode(which) {
25308 DirectionalKeyCodes[which] = 1;
25309}
25310
25311},{"./KeyCodes":"aP2ZH","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"eggWL":[function(require,module,exports) {
25312var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected