| OLD | NEW |
| (Empty) | |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 <html> |
| 4 <!-- |
| 5 Copyright (c) 2012 The Native Client Authors. All rights reserved. |
| 6 Use of this source code is governed by a BSD-style license that can be |
| 7 found in the LICENSE file. |
| 8 --> |
| 9 <head> |
| 10 <title>Gamepad example</title> |
| 11 </head> |
| 12 <body id="bodyId"> |
| 13 |
| 14 <p> Attached gamepad values should appear, left to right, once they've been |
| 15 interacted with. Buttons, esp triggers are analog (alpha). </p> |
| 16 |
| 17 <embed |
| 18 name="nacl_module" |
| 19 id="gamepad" |
| 20 width=800 height=200 |
| 21 src="gamepad.nmf" |
| 22 type="application/x-nacl" /> |
| 23 </body> |
| 24 </html> |
| OLD | NEW |