Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
gamepad_uncompressed.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected