</h1> <h2>Status: <code id="statusField">NO-STATUS</code></h2> <p>This example demonstrates handling of input events in PPAPI.</p> <p>Each time an input event happens in the context of the gray box, the embedded NaCl module posts a message describing the event back to JavaScript, which prints a message to the JavaScript console in Chrome and to a string on the page.</p> <!-- The NaCl plugin will be embedded inside the element with id "listener". See common.js.--> <div id="listener"></div> <h2>Events</h2> <pre> <p><b id='eventString'>None</b></p> </pre> </body> </html>