vrclient: Dereference typedefs

This commit is contained in:
Andrew Eikum 2019-09-17 15:16:30 -05:00
parent ede0f96149
commit 223286df88
52 changed files with 172 additions and 94 deletions

View file

@ -11,7 +11,7 @@ struct winVREvent_t_1013 {
uint32_t eventType;
vr::TrackedDeviceIndex_t trackedDeviceIndex;
float eventAgeSeconds;
vr::VREvent_Data_t data;
vr::VREvent_Data_t data __attribute__((aligned(8)));
} __attribute__ ((ms_struct));
#pragma pack(pop)