mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implemented SetOrientation and SetPosition functions but still have errors in throwing NotSupported error message
This commit is contained in:
parent
94c1551c8f
commit
feeb89149d
4 changed files with 42 additions and 21 deletions
|
@ -17,6 +17,6 @@ interface AudioListener {
|
|||
readonly attribute AudioParam upX;
|
||||
readonly attribute AudioParam upY;
|
||||
readonly attribute AudioParam upZ;
|
||||
// void setPosition (float x, float y, float z);
|
||||
// void setOrientation (float x, float y, float z, float xUp, float yUp, float zUp);
|
||||
[Throws] AudioListener setPosition (float x, float y, float z);
|
||||
[Throws] AudioListener setOrientation (float x, float y, float z, float xUp, float yUp, float zUp);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue