Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Side by Side Diff: native_client_sdk/src/examples/gamepad/gamepad.html

Issue 9148086: Add simple NaCl gamepad example (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: and in gamepad_module Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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>
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/gamepad/gamepad.cc ('k') | native_client_sdk/src/examples/gamepad/gamepad.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698