15821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)<!DOCTYPE html>
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)<html>
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)<!--
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)Copyright (c) 2012 The Chromium Authors. All rights reserved.
55821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)Use of this source code is governed by a BSD-style license that can be
65821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)found in the LICENSE file.
75821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)-->
85821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)<head>
95821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  <meta http-equiv="Pragma" content="no-cache">
105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  <meta http-equiv="Expires" content="-1">
112a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)  <title>{{title}}</title>
125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  <script type="text/javascript" src="common.js"></script>
135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  <script type="text/javascript" src="example.js"></script>
148bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <style>
158bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)    #listener { float: left; padding-right: 8px; }
168bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  </style>
175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)</head>
182a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)<body {{attrs}}>
192a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)  <h1>{{title}}</h1>
205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  <h2>Status: <code id="statusField">NO-STATUS</code></h2>
215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  <div id="listener"></div>
228bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <p>This example shows how to handle input events.</p>
238bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <p>Click or touch the box to the left to see the events being sent to the
248bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)     NaCl module. When it has focus, the module will also accept keyboard
258bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)     events.</p>
268bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <h2 style="clear: left">Events:</h2>
27c2e0dbddbe15c98d52c4786dac06cb8952a8ae6dTorne (Richard Coles)  <pre id="log" style="font-weight: bold"></pre>
285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)</body>
295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)</html>
30