From 94bf610cee6173f3589ad3115a12aedab6f96112 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Wed, 18 Oct 2017 15:13:19 +0200 Subject: [PATCH] Remove 'focused' attributes from API documentation They were removed from the code in the previous merge. --- docs/API.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/API.md b/docs/API.md index eacef7b8..d0d04b92 100644 --- a/docs/API.md +++ b/docs/API.md @@ -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 - } \ No newline at end of file + }