Add eye path;

This commit is contained in:
bjorn 2019-04-07 04:05:18 -07:00
parent b42c3ffc0e
commit 86537141ac
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ const char* HeadsetOrigins[] = {
const char* Subpaths[] = {
[PATH_NONE] = "",
[PATH_HEAD] = "head",
[PATH_EYE] = "eye",
[PATH_HAND] = "hand",
[PATH_LEFT] = "left",
[PATH_RIGHT] = "right",

View File

@ -24,6 +24,7 @@ typedef enum {
typedef enum {
PATH_NONE,
PATH_HEAD,
PATH_EYE,
PATH_HAND,
PATH_LEFT,
PATH_RIGHT,