Rewrote action system to be more flexible. Makes writing rebindable actions easier, and lets me disambiguate press vs long-press actions on the same key.

pull/615/head
Mads Buvik Sandvei 5 years ago
parent 6f9c405afd
commit cad6468518

File diff suppressed because it is too large Load Diff

@ -40,7 +40,7 @@ namespace MWVR
void updateHead();
void processEvent(const OpenXRActionEvent& event);
void processAction(const class Action* action);
PoseSet getHandPoses(int64_t time, TrackedSpace space);

Loading…
Cancel
Save