You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consider to implement Screen.mouseX/Screen.mouseY getters to get mouse coordinates in screen space.
It useful to detect mouse coordinates over StageWebView, ContextMenu or NativeMenu cause Stage::mouseX/Stage::mouseY doesn't work over it.
For example it necessary to detect user activity/inactivity events (to detect mouse movements).
Feature Description
Please consider to implement
Screen.mouseX
/Screen.mouseY
getters to get mouse coordinates in screen space.It useful to detect mouse coordinates over
StageWebView
,ContextMenu
orNativeMenu
causeStage::mouseX
/Stage::mouseY
doesn't work over it.For example it necessary to detect user activity/inactivity events (to detect mouse movements).
Related issues:
#2832
#1897
#1428
#1288
#192
#191
#108
Known Workarounds
Write your own native extenstion for that.
The text was updated successfully, but these errors were encountered: