Skip to content

Instantly share code, notes, and snippets.

@samiare
Last active September 6, 2016 18:00
Show Gist options
  • Save samiare/6b7584ace45d7533a9ec890bbc5eed27 to your computer and use it in GitHub Desktop.
Save samiare/6b7584ace45d7533a9ec890bbc5eed27 to your computer and use it in GitHub Desktop.
Controller.js Button Events Examples
window.addEventListener("gc.button.press", function(event) {
console.log(event.detail);
}, false);
>> Button {
>> controllerIndex: 0,
>> time: 4526.165,
>> name: "DPAD_UP",
>> pressed: false,
>> value: 0
>> }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment