| Index: native_client_sdk/src/doc/devguide/coding/view-focus-input-events.rst
|
| diff --git a/native_client_sdk/src/doc/devguide/coding/view-focus-input-events.rst b/native_client_sdk/src/doc/devguide/coding/view-focus-input-events.rst
|
| index 859304fe6f4323590a2ae1732713dcc06d7cabe1..1f8221e3275d5c2ebbc8b0bbcfc093482f13110c 100644
|
| --- a/native_client_sdk/src/doc/devguide/coding/view-focus-input-events.rst
|
| +++ b/native_client_sdk/src/doc/devguide/coding/view-focus-input-events.rst
|
| @@ -11,11 +11,11 @@ View Change, Focus, and Input Events
|
| :backlinks: none
|
| :depth: 2
|
|
|
| -This chapter describes view change, focus, and input event handling for a
|
| -Native Client module. The chapter assumes you are familiar with the
|
| +This section describes view change, focus, and input event handling for a
|
| +Native Client module. The section assumes you are familiar with the
|
| material presented in the :doc:`Technical Overview <../../overview>`.
|
|
|
| -There are two examples used in this chapter to illustrate basic
|
| +There are two examples used in this section to illustrate basic
|
| programming techniques. The ``input_events`` example is used to
|
| illustrate how your module can react to keyboard and mouse input
|
| event. The ``mouse_lock`` example is used to illustrate how your module
|
|
|