| Index: native_client_sdk/doc_generated/devguide/coding/view-focus-input-events.html
|
| 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 f31111014791ed64332ea073e2a8c1912bb07514..fd2daede2505f9eb376be58a8406138d1555f199 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_<version>/examples/api/input_event</code> and
|
| +<code>/pepper_<version>/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_<version>/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
|
|
|