mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add select events
This commit is contained in:
parent
225254a6b3
commit
82002765be
2 changed files with 28 additions and 4 deletions
|
@ -16,9 +16,9 @@ interface FakeXRInputController {
|
|||
void disconnect();
|
||||
void reconnect();
|
||||
|
||||
// void startSelection();
|
||||
// void endSelection();
|
||||
// void simulateSelect();
|
||||
void startSelection();
|
||||
void endSelection();
|
||||
void simulateSelect();
|
||||
|
||||
// void setSupportedButtons(sequence<FakeXRButtonStateInit> supportedButtons);
|
||||
// void updateButtonState(FakeXRButtonStateInit buttonState);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue