OLD | NEW |
(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 title="This tooltip should not be shown if the mouse is locked."> |
| 13 <ul> |
| 14 <li>Lock mouse: left click in either of the two boxes; or right click in |
| 15 either of the boxes to ensure that it is focused and then press Enter key. |
| 16 </li> |
| 17 <li>Unlock mouse: lose focus, press Esc key, or right click.</li> |
| 18 </ul> |
| 19 <object id="plugin" type="application/x-ppapi-example-mouse-lock" |
| 20 width="300" height="300" border="2px"></object> |
| 21 <div></div> |
| 22 <object id="plugin" type="application/x-ppapi-example-mouse-lock" |
| 23 width="300" height="300" border="2px"></object> |
| 24 </body> |
| 25 </html> |
OLD | NEW |