Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 598 Bytes

readme.md

File metadata and controls

40 lines (22 loc) · 598 Bytes

Backbone Input: Gamepad

A binding shell of the browser API for gamepads in Backbone views

Features

  • Normalize input data
  • Propagate Events to views

Examples

Install

Using bower:

bower install backbone.input.gamepad

Usage

var MyView = Backbone.View.extend({
  ...
});

Credits

Initiated by Makis Tracend

Distributed through Makesites.org

Released under the MIT license