MCPcopy
hub / github.com/playcanvas/engine / release

Function release

tests/input/test_keyboard.js:48–52  ·  view source on GitHub ↗
(keyCode)

Source from the content-addressed store, hash-verified

46}
47
48function release(keyCode) {
49 simulate(document.body, 'keyup', {
50 keyCode: keyCode
51 });
52}
53
54test("Object Exists", function () {
55 ok(pc.input.Keyboard);

Callers 1

test_keyboard.jsFile · 0.85

Calls 1

simulateFunction · 0.85

Tested by

no test coverage detected