diff options
Diffstat (limited to 'ppapi/example/example.html')
-rw-r--r-- | ppapi/example/example.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/example/example.html b/ppapi/example/example.html index 7146b3f..bd056d6 100644 --- a/ppapi/example/example.html +++ b/ppapi/example/example.html @@ -33,6 +33,7 @@ function ToggleSize() { <button onclick='Test()'>Test</button> <button onclick='ToggleSize()'>Toggle Size</button> <div id="fps" style="background-color:white; font-weight:bold; padding:4px; width:200px;">FPS GOES HERE</div> + <div id="lastKeyDown" style="background-color:white; font-weight:bold; padding:4px; width:200px;">LAST KEY DOWN GOES HERE</div> <div id="size" style="background-color:white; font-weight:bold; padding:4px; width:200px;"></div> <object id="plugin" type="application/x-ppapi-example" width="400" height="400" border="2px"></object> <hr> |