ma1 pushed to branch mullvad-browser-115.13.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser
Commits:
-
d1fb6919
by hackademix at 2024-07-09T22:49:05+02:00
1 changed file:
Changes:
| ... | ... | @@ -563,6 +563,11 @@ parent: |
| 563 | 563 | async RequestPointerCapture(uint32_t aPointerId) returns (bool aSuccess);
|
| 564 | 564 | async ReleasePointerCapture(uint32_t aPointerId);
|
| 565 | 565 | |
| 566 | + /**
|
|
| 567 | + * Child informs the parent that a pointer lock has requested.
|
|
| 568 | + */
|
|
| 569 | + async RequestPointerLock() returns (nsCString error);
|
|
| 570 | + |
|
| 566 | 571 | both:
|
| 567 | 572 | /**
|
| 568 | 573 | * informs that a pointer lock has released.
|