Clarify optionality of head tracker velocity

Bug: 218911221
Test: n/a, comment change only
Change-Id: I2645114727c452df8d53ad015736f9f2d8d5b6e2
This commit is contained in:
Brian Duddie 2022-02-14 10:40:17 -08:00
parent 454950128e
commit 03e15d8e8f

View file

@ -204,6 +204,8 @@ parcelable Event {
* velocity of the head (relative to itself), in radians per second.
* The direction of this vector indicates the axis of rotation, and
* the magnitude indicates the rate of rotation.
* If this head tracker sensor instance does not support detecting
* velocity, then these fields must be set to 0.
*/
float vx;
float vy;