diff options
| author | raysan5 <[email protected]> | 2016-11-17 12:55:30 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-11-17 12:55:30 +0100 |
| commit | bee283b12b348b054bde2eae1a449c363ac26fd7 (patch) | |
| tree | 868bb03923b1b07798104b935ca58a42b4764c92 /src/rlgl.h | |
| parent | e23e73d9b28833c61044dd494794b4aee047bf96 (diff) | |
| download | raylib-bee283b12b348b054bde2eae1a449c363ac26fd7.tar.gz raylib-bee283b12b348b054bde2eae1a449c363ac26fd7.zip | |
Some tweaks around
Diffstat (limited to 'src/rlgl.h')
| -rw-r--r-- | src/rlgl.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -423,7 +423,8 @@ float *MatrixToFloat(Matrix mat); void InitVrDevice(int vrDevice); // Init VR device void CloseVrDevice(void); // Close VR device -bool IsVrDeviceReady(void); // Detect if VR device (or simulator) is ready +bool IsVrDeviceReady(void); // Detect if VR device is ready +bool IsVrSimulator(void); // Detect if VR simulator is running void UpdateVrTracking(Camera *camera); // Update VR tracking (position and orientation) and camera void ToggleVrMode(void); // Enable/Disable VR experience (device or simulator) |
