Impl. mouse capturing on web target (#1672)
* Impl. mouse capturing for web-sys with PointerEvent * Impl. mouse capturing for web-sys with MouseEvent by manual tracking * Reorganize web-sys backend mouse and pointer handling code * Impl. mouse capturing for stdweb with PointerEvent * Add mouse capturing for web target to changelog
This commit is contained in:
parent
bea60930b6
commit
02a34a167a
7 changed files with 446 additions and 129 deletions
|
|
@ -97,6 +97,7 @@ version = "0.3.22"
|
|||
optional = true
|
||||
features = [
|
||||
'console',
|
||||
"AddEventListenerOptions",
|
||||
'CssStyleDeclaration',
|
||||
'BeforeUnloadEvent',
|
||||
'Document',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue