openvr-sys2 0.1.3

Raw bindings to OpenVR (incomplete)
Documentation
1
2
3
4
5
6
7
8
//========= Copyright Valve Corporation ============//
#pragma once

#include <string>

std::string GetEnvironmentVariable( const char *pchVarName );
bool GetEnvironmentVariableAsBool( const char *pchVarName, bool bDefault );
bool SetEnvironmentVariable( const char *pchVarName, const char *pchVarValue );