Added documentation about the changes
This commit is contained in:
parent
70bdfedabf
commit
21cd4c1431
1 changed files with 2 additions and 2 deletions
|
@ -534,13 +534,13 @@ Sends an input `event` to the page.
|
||||||
For keyboard events, the `event` object also have following properties:
|
For keyboard events, the `event` object also have following properties:
|
||||||
|
|
||||||
* `keyCode` String (**required**) - A single character that will be sent as
|
* `keyCode` String (**required**) - A single character that will be sent as
|
||||||
keyboard event. Can be any ASCII character on the keyboard, like `a`, `1`
|
keyboard event. Can be any UTF-8 character.
|
||||||
and `=`.
|
|
||||||
|
|
||||||
For mouse events, the `event` object also have following properties:
|
For mouse events, the `event` object also have following properties:
|
||||||
|
|
||||||
* `x` Integer (**required**)
|
* `x` Integer (**required**)
|
||||||
* `y` Integer (**required**)
|
* `y` Integer (**required**)
|
||||||
|
* `button` String - The button pressed, can be `left`, `middle`, `right`
|
||||||
* `globalX` Integer
|
* `globalX` Integer
|
||||||
* `globalY` Integer
|
* `globalY` Integer
|
||||||
* `movementX` Integer
|
* `movementX` Integer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue