Package org.lwjgl.openvr
Class VRSettings
- java.lang.Object
-
- org.lwjgl.openvr.VRSettings
-
public class VRSettings extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
nVRSettings_GetBool(long pchSection, long pchSettingsKey, long peError)
static float
nVRSettings_GetFloat(long pchSection, long pchSettingsKey, long peError)
static int
nVRSettings_GetInt32(long pchSection, long pchSettingsKey, long peError)
static long
nVRSettings_GetSettingsErrorNameFromEnum(int eError)
static void
nVRSettings_GetString(long pchSection, long pchSettingsKey, long pchValue, int unValueLen, long peError)
static void
nVRSettings_RemoveKeyInSection(long pchSection, long pchSettingsKey, long peError)
static void
nVRSettings_RemoveSection(long pchSection, long peError)
static void
nVRSettings_SetBool(long pchSection, long pchSettingsKey, boolean bValue, long peError)
static void
nVRSettings_SetFloat(long pchSection, long pchSettingsKey, float flValue, long peError)
static void
nVRSettings_SetInt32(long pchSection, long pchSettingsKey, int nValue, long peError)
static void
nVRSettings_SetString(long pchSection, long pchSettingsKey, long pchValue, long peError)
static boolean
VRSettings_GetBool(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, java.nio.IntBuffer peError)
static boolean
VRSettings_GetBool(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, java.nio.IntBuffer peError)
static float
VRSettings_GetFloat(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, java.nio.IntBuffer peError)
static float
VRSettings_GetFloat(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, java.nio.IntBuffer peError)
static int
VRSettings_GetInt32(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, java.nio.IntBuffer peError)
static int
VRSettings_GetInt32(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, java.nio.IntBuffer peError)
static java.lang.String
VRSettings_GetSettingsErrorNameFromEnum(int eError)
static void
VRSettings_GetString(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, java.nio.ByteBuffer pchValue, java.nio.IntBuffer peError)
static void
VRSettings_GetString(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, java.nio.ByteBuffer pchValue, java.nio.IntBuffer peError)
static void
VRSettings_RemoveKeyInSection(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, java.nio.IntBuffer peError)
static void
VRSettings_RemoveKeyInSection(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, java.nio.IntBuffer peError)
static void
VRSettings_RemoveSection(java.lang.CharSequence pchSection, java.nio.IntBuffer peError)
static void
VRSettings_RemoveSection(java.nio.ByteBuffer pchSection, java.nio.IntBuffer peError)
static void
VRSettings_SetBool(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, boolean bValue, java.nio.IntBuffer peError)
static void
VRSettings_SetBool(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, boolean bValue, java.nio.IntBuffer peError)
static void
VRSettings_SetFloat(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, float flValue, java.nio.IntBuffer peError)
static void
VRSettings_SetFloat(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, float flValue, java.nio.IntBuffer peError)
static void
VRSettings_SetInt32(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, int nValue, java.nio.IntBuffer peError)
static void
VRSettings_SetInt32(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, int nValue, java.nio.IntBuffer peError)
static void
VRSettings_SetString(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, java.lang.CharSequence pchValue, java.nio.IntBuffer peError)
static void
VRSettings_SetString(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, java.nio.ByteBuffer pchValue, java.nio.IntBuffer peError)
-
-
-
Method Detail
-
nVRSettings_GetSettingsErrorNameFromEnum
public static long nVRSettings_GetSettingsErrorNameFromEnum(int eError)
-
VRSettings_GetSettingsErrorNameFromEnum
@Nullable public static java.lang.String VRSettings_GetSettingsErrorNameFromEnum(int eError)
-
nVRSettings_SetBool
public static void nVRSettings_SetBool(long pchSection, long pchSettingsKey, boolean bValue, long peError)
-
VRSettings_SetBool
public static void VRSettings_SetBool(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, boolean bValue, java.nio.IntBuffer peError)
-
VRSettings_SetBool
public static void VRSettings_SetBool(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, boolean bValue, java.nio.IntBuffer peError)
-
nVRSettings_SetInt32
public static void nVRSettings_SetInt32(long pchSection, long pchSettingsKey, int nValue, long peError)
-
VRSettings_SetInt32
public static void VRSettings_SetInt32(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, int nValue, java.nio.IntBuffer peError)
-
VRSettings_SetInt32
public static void VRSettings_SetInt32(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, int nValue, java.nio.IntBuffer peError)
-
nVRSettings_SetFloat
public static void nVRSettings_SetFloat(long pchSection, long pchSettingsKey, float flValue, long peError)
-
VRSettings_SetFloat
public static void VRSettings_SetFloat(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, float flValue, java.nio.IntBuffer peError)
-
VRSettings_SetFloat
public static void VRSettings_SetFloat(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, float flValue, java.nio.IntBuffer peError)
-
nVRSettings_SetString
public static void nVRSettings_SetString(long pchSection, long pchSettingsKey, long pchValue, long peError)
-
VRSettings_SetString
public static void VRSettings_SetString(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, java.nio.ByteBuffer pchValue, java.nio.IntBuffer peError)
-
VRSettings_SetString
public static void VRSettings_SetString(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, java.lang.CharSequence pchValue, java.nio.IntBuffer peError)
-
nVRSettings_GetBool
public static boolean nVRSettings_GetBool(long pchSection, long pchSettingsKey, long peError)
-
VRSettings_GetBool
public static boolean VRSettings_GetBool(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, java.nio.IntBuffer peError)
-
VRSettings_GetBool
public static boolean VRSettings_GetBool(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, java.nio.IntBuffer peError)
-
nVRSettings_GetInt32
public static int nVRSettings_GetInt32(long pchSection, long pchSettingsKey, long peError)
-
VRSettings_GetInt32
public static int VRSettings_GetInt32(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, java.nio.IntBuffer peError)
-
VRSettings_GetInt32
public static int VRSettings_GetInt32(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, java.nio.IntBuffer peError)
-
nVRSettings_GetFloat
public static float nVRSettings_GetFloat(long pchSection, long pchSettingsKey, long peError)
-
VRSettings_GetFloat
public static float VRSettings_GetFloat(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, java.nio.IntBuffer peError)
-
VRSettings_GetFloat
public static float VRSettings_GetFloat(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, java.nio.IntBuffer peError)
-
nVRSettings_GetString
public static void nVRSettings_GetString(long pchSection, long pchSettingsKey, long pchValue, int unValueLen, long peError)
-
VRSettings_GetString
public static void VRSettings_GetString(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, java.nio.ByteBuffer pchValue, java.nio.IntBuffer peError)
-
VRSettings_GetString
public static void VRSettings_GetString(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, java.nio.ByteBuffer pchValue, java.nio.IntBuffer peError)
-
nVRSettings_RemoveSection
public static void nVRSettings_RemoveSection(long pchSection, long peError)
-
VRSettings_RemoveSection
public static void VRSettings_RemoveSection(java.nio.ByteBuffer pchSection, java.nio.IntBuffer peError)
-
VRSettings_RemoveSection
public static void VRSettings_RemoveSection(java.lang.CharSequence pchSection, java.nio.IntBuffer peError)
-
nVRSettings_RemoveKeyInSection
public static void nVRSettings_RemoveKeyInSection(long pchSection, long pchSettingsKey, long peError)
-
VRSettings_RemoveKeyInSection
public static void VRSettings_RemoveKeyInSection(java.nio.ByteBuffer pchSection, java.nio.ByteBuffer pchSettingsKey, java.nio.IntBuffer peError)
-
VRSettings_RemoveKeyInSection
public static void VRSettings_RemoveKeyInSection(java.lang.CharSequence pchSection, java.lang.CharSequence pchSettingsKey, java.nio.IntBuffer peError)
-
-