Remove 'focused' attributes from API documentation
They were removed from the code in the previous merge.
This commit is contained in:
parent
4c11755ce7
commit
94bf610cee
|
@ -77,7 +77,6 @@ callback event name, and the callback function.
|
||||||
| name | type | mode | default | description
|
| name | type | mode | default | description
|
||||||
| ----------- | ---- | ---- | -------- | ------------
|
| ----------- | ---- | ---- | -------- | ------------
|
||||||
| target | DOM | WO | document | DOM element that captures mouse input
|
| 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.
|
| 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
|
### 2.1.2 Methods
|
||||||
|
@ -102,7 +101,6 @@ callback event name, and the callback function.
|
||||||
| name | type | mode | default | description
|
| name | type | mode | default | description
|
||||||
| ------- | ---- | ---- | -------- | ------------
|
| ------- | ---- | ---- | -------- | ------------
|
||||||
| target | DOM | WO | document | DOM element that captures keyboard input
|
| target | DOM | WO | document | DOM element that captures keyboard input
|
||||||
| focused | bool | RW | true | Capture and send key events
|
|
||||||
|
|
||||||
### 2.2.2 Methods
|
### 2.2.2 Methods
|
||||||
|
|
||||||
|
@ -254,4 +252,4 @@ The 'fbu' parameter is an object with the following structure:
|
||||||
height: FBU_height,
|
height: FBU_height,
|
||||||
encoding: FBU_encoding_number,
|
encoding: FBU_encoding_number,
|
||||||
encodingName: FBU_encoding_string
|
encodingName: FBU_encoding_string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue