mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
Update liveview interpreter to match desktop
This commit is contained in:
parent
dbdcea6fc6
commit
f81ecf5974
1 changed files with 4 additions and 0 deletions
|
@ -418,6 +418,8 @@ function serialize_event(event) {
|
|||
clientY,
|
||||
ctrlKey,
|
||||
metaKey,
|
||||
offsetX,
|
||||
offsetY,
|
||||
pageX,
|
||||
pageY,
|
||||
screenX,
|
||||
|
@ -432,6 +434,8 @@ function serialize_event(event) {
|
|||
client_y: clientY,
|
||||
ctrl_key: ctrlKey,
|
||||
meta_key: metaKey,
|
||||
offset_x: offsetX,
|
||||
offset_y: offsetY,
|
||||
page_x: pageX,
|
||||
page_y: pageY,
|
||||
screen_x: screenX,
|
||||
|
|
Loading…
Reference in a new issue