Remove 'focused' attributes from API documentation

They were removed from the code in the previous merge.
This commit is contained in:
Pierre Ossman 2017-10-18 15:13:19 +02:00
parent 4c11755ce7
commit 94bf610cee
1 changed files with 1 additions and 3 deletions

View File

@ -77,7 +77,6 @@ callback event name, and the callback function.
| name | type | mode | default | description
| ----------- | ---- | ---- | -------- | ------------
| target | DOM | WO | document | DOM element that captures mouse input
| focused | bool | RW | true | Capture and send mouse clicks/movement
| touchButton | int | RW | 1 | Button mask (1, 2, 4) for which click to send on touch devices. 0 means ignore clicks.
### 2.1.2 Methods
@ -102,7 +101,6 @@ callback event name, and the callback function.
| name | type | mode | default | description
| ------- | ---- | ---- | -------- | ------------
| target | DOM | WO | document | DOM element that captures keyboard input
| focused | bool | RW | true | Capture and send key events
### 2.2.2 Methods
@ -254,4 +252,4 @@ The 'fbu' parameter is an object with the following structure:
height: FBU_height,
encoding: FBU_encoding_number,
encodingName: FBU_encoding_string
}
}