docs: fix capitalization for InputEvent.modifiers (#46130)

This commit is contained in:
Erik Moura 2025-03-23 18:38:15 -03:00 committed by GitHub
parent 5623c96dd7
commit e9082ea57a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.