Add select events

This commit is contained in:
Manish Goregaokar 2020-01-08 17:34:16 +05:30
parent 225254a6b3
commit 82002765be
2 changed files with 28 additions and 4 deletions

View file

@ -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);