docs: fix capitalization for InputEvent.modifiers
(#46130)
This commit is contained in:
parent
5623c96dd7
commit
e9082ea57a
1 changed files with 3 additions and 3 deletions
|
@ -12,6 +12,6 @@
|
||||||
`pointerDown`, `pointerUp`, `pointerMove`, `pointerRawUpdate`,
|
`pointerDown`, `pointerUp`, `pointerMove`, `pointerRawUpdate`,
|
||||||
`pointerCancel` or `pointerCausedUaAction`.
|
`pointerCancel` or `pointerCausedUaAction`.
|
||||||
* `modifiers` string[] (optional) - An array of modifiers of the event, can
|
* `modifiers` string[] (optional) - An array of modifiers of the event, can
|
||||||
be `shift`, `control`, `ctrl`, `alt`, `meta`, `command`, `cmd`, `isKeypad`,
|
be `shift`, `control`, `ctrl`, `alt`, `meta`, `command`, `cmd`, `iskeypad`,
|
||||||
`isAutoRepeat`, `leftButtonDown`, `middleButtonDown`, `rightButtonDown`,
|
`isautorepeat`, `leftbuttondown`, `middlebuttondown`, `rightbuttondown`,
|
||||||
`capsLock`, `numLock`, `left`, `right`.
|
`capslock`, `numlock`, `left`, `right`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue