doom3quest/Projects/Android/jni/Doom3Quest/VrCvars.h
Simon 7df7a5410d Again.. several..
- Corrected chainsaw orientation
- Added cvars for smooth turn / snap turn
- Made the scontrol scheme cvar actually work
- Laser sight controlled only by cvar
- No tracking while in big screen mode to avoid nausea
- Some code tidy up of stuff not used
2020-09-23 19:34:14 +01:00

17 lines
319 B
C

#ifdef __cplusplus
extern "C" {
#endif
extern float vr_turn_mode;
extern float vr_turn_angle;
extern float vr_reloadtimeoutms;
extern float vr_walkdirection;
extern float vr_movement_multiplier;
extern float vr_weapon_pitchadjust;
extern float vr_teleport;
extern float vr_switch_sticks;
#ifdef __cplusplus
}
#endif