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

Function glKeyType

docs/tests/v2/es6/js/sanddance.js:3477–3483  ·  view source on GitHub ↗
(gl, value)

Source from the content-addressed store, hash-verified

3475}
3476
3477function glKeyType(gl, value) {
3478 if (value === undefined) {
3479 _log.default.removed('glKeyType(value)', 'glKeyType(gl, value)', '6.0')();
3480 }
3481
3482 return getKeyType(gl, value);
3483}
3484},{"../utils/assert":"iVaU","../utils/log":"YuHO"}],"K4em":[function(require,module,exports) {
3485"use strict";
3486

Callers

nothing calls this directly

Calls 2

getKeyTypeFunction · 0.70
removedMethod · 0.45

Tested by

no test coverage detected