listen pointerleave event in Stage

This commit is contained in:
progfay
2025-07-04 12:08:27 +09:00
parent 27fc1b1ba5
commit 922968f792

View File

@@ -58,6 +58,7 @@ const STAGE = 'Stage',
[POINTERMOVE, '_pointermove'],
[POINTERUP, '_pointerup'],
[POINTERCANCEL, '_pointercancel'],
[POINTERLEAVE, '_pointerleave'],
[LOSTPOINTERCAPTURE, '_lostpointercapture'],
];