Wrapper; Input; adding html5 gamepad support, still a few minor things to add (disconnect/reconnect like native) and initial event types for gamepad for native as well

This commit is contained in:
underscorediscovery
2014-01-26 21:55:16 -03:30
parent 6e7f85fb83
commit 143d25bb11
5 changed files with 317 additions and 21 deletions

View File

@@ -21,6 +21,7 @@
</style>
<script type="text/javascript" src="./lib/soundmanager/soundmanager2-nodebug-jsmin.js"></script>
<script type="text/javascript" src="./lib/modernizr.js"></script>
</head>

File diff suppressed because one or more lines are too long