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

Side by Side Diff: ppapi/examples/mouse_lock/mouse_lock.html

Issue 7863003: Mouse lock implementation, including the renderer side and the Windows version of the browser side. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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>
2 <html>
3 <!--
4 Copyright (c) 2011 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8 <head>
9 <title>Mouse Lock Example</title>
10 </head>
11
12 <body>
13 <ul>
14 <li>Lock mouse: left click in either of the two boxes.</li>
15 <li>Unlock mouse: lose focus, press Esc key or right click.</li>
16 </ul>
17 <object id="plugin" type="application/x-ppapi-example-mouse-lock"
18 width="300" height="300" border="2px"></object>
19 <object id="plugin" type="application/x-ppapi-example-mouse-lock"
20 width="300" height="300" border="2px"></object>
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698