ioq3quest/code/vr/vr_input.h
Simon 1b8dbcb6dc Several Changes
- world scale cvar - defaulted to 32.0
- extra latency mode enabled by default
- used sound implementation (OpenSLES) from RTCW which should eliminate the slight delay that SDL/OpenAL seems to have
- multiple cvar changes courtesy of vr_bummser
2022-01-30 23:36:14 +00:00

11 lines
130 B
C

#ifndef __VR_INPUT_H
#define __VR_INPUT_H
#if __ANDROID__
void IN_VRInputFrame( void );
void IN_VRInit( void );
#endif
#endif