summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/doc_generated/devguide/coding/view-focus-input-events.html
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/doc_generated/devguide/coding/view-focus-input-events.html')
-rw-r--r--native_client_sdk/doc_generated/devguide/coding/view-focus-input-events.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/native_client_sdk/doc_generated/devguide/coding/view-focus-input-events.html b/native_client_sdk/doc_generated/devguide/coding/view-focus-input-events.html
index f311110..fd2daed 100644
--- a/native_client_sdk/doc_generated/devguide/coding/view-focus-input-events.html
+++ b/native_client_sdk/doc_generated/devguide/coding/view-focus-input-events.html
@@ -28,12 +28,12 @@ programming techniques. The <code>input_events</code> example is used to
illustrate how your module can react to keyboard and mouse input
event. The <code>mouse_lock</code> example is used to illustrate how your module
can react to view change events. You can find these examples in the
-<code>/examples/api/input_events</code> and <code>/examples/api/mouse_lock</code>
-directories in the Native Client SDK. There is also the
-ppapi_simple library that can be used to to implement most of the
-boiler plate. The <code>pi_generator</code> example in
-<code>/examples/demo/pi_generator</code> uses ppapi_simple to manage view
-change events and 2D graphics.</p>
+<code>/pepper_&lt;version&gt;/examples/api/input_event</code> and
+<code>/pepper_&lt;version&gt;/examples/api/mouse_lock</code> directories in the Native Client
+SDK. There is also the ppapi_simple library that can be used to to implement
+most of the boiler plate. The <code>pi_generator</code> example in
+<code>/pepper_&lt;version&gt;/examples/demo/pi_generator</code> uses ppapi_simple to manage
+view change events and 2D graphics.</p>
<h2 id="overview">Overview</h2>
<p>When a user interacts with the web page using a keyboard, mouse or some other
input device, the browser generates input events. In a traditional web