Bike-X
0.8
|
Data Structures | |
class | Recorder |
Enumerations | |
enum | RecordingMode { RecordingOff = 0x0, RecordForPlayback = 0x1, RecordForLogging = 0x2 } |
Functions | |
OVR_FORCE_INLINE Recorder & | GetRecorder () |
Variables | |
Recorder | r |
Enumerator | |
---|---|
RecordingOff | |
RecordForPlayback | |
RecordForLogging |
Definition at line 32 of file OVR_Recording.h.
OVR_FORCE_INLINE Recorder& OVR::Recording::GetRecorder | ( | ) |
Definition at line 77 of file OVR_Recording.h.
Recorder OVR::Recording::r |
Definition at line 35 of file OVR_Recording.cpp.