MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / getFunction

Function getFunction

7DFPS/js/gamepad_uncompressed.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 };
8
9 var getFunction = function () {
10 return navigator.webkitGetGamepads || navigator.mozGetGamepads || navigator.getGamepads;
11 };
12
13 var Item = function() {
14 this.leftStickX = 0.0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected