| Index: native_client_sdk/src/examples/mouselock/example.dsc
|
| diff --git a/native_client_sdk/src/examples/mouselock/example.dsc b/native_client_sdk/src/examples/mouselock/example.dsc
|
| index 03fb60a10e61f3a9102316aaefb380c0a5059b06..478fe4885020cce1716ae931cb00fb8697be1d21 100644
|
| --- a/native_client_sdk/src/examples/mouselock/example.dsc
|
| +++ b/native_client_sdk/src/examples/mouselock/example.dsc
|
| @@ -11,12 +11,6 @@
|
| 'DEST': 'examples',
|
| 'NAME': 'mouselock',
|
| 'TITLE': 'Mouse Lock',
|
| - 'DESC': """
|
| -The Mouselock example demonstrates how to use the MouseLock API to hide
|
| -the mouse cursor. Mouse lock is only available in full-screen mode. You can
|
| -lock and unlock the mouse while in full-screen mode by pressing the Enter key.
|
| -""",
|
| - 'FOCUS': 'Mouse lock, Full-screen.',
|
| 'GROUP': 'Concepts'
|
| }
|
|
|
|
|