1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 06:06:42 +00:00

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.

This commit is contained in:
Mads Buvik Sandvei 2020-05-15 00:53:49 +02:00
parent 6f9c405afd
commit cad6468518
2 changed files with 438 additions and 431 deletions

File diff suppressed because it is too large Load diff

View file

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