mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add simulateUserActivation
This commit is contained in:
parent
bd730e7c16
commit
73f1bdac06
2 changed files with 9 additions and 1 deletions
|
@ -13,7 +13,7 @@ interface XRTest {
|
|||
// // Simulates a user activation (aka user gesture) for the current scope.
|
||||
// // The activation is only guaranteed to be valid in the provided function and only applies to WebXR
|
||||
// // Device API methods.
|
||||
// void simulateUserActivation(Function);
|
||||
void simulateUserActivation(Function f);
|
||||
|
||||
// // Disconnect all fake devices
|
||||
// Promise<void> disconnectAllDevices();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue