Class VRSettings

java.lang.Object
org.lwjgl.openvr.VRSettings

public class VRSettings extends Object
  • Method Details

    • nVRSettings_GetSettingsErrorNameFromEnum

      public static long nVRSettings_GetSettingsErrorNameFromEnum(int eError)
    • VRSettings_GetSettingsErrorNameFromEnum

      @Nullable public static 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(ByteBuffer pchSection, ByteBuffer pchSettingsKey, boolean bValue, IntBuffer peError)
    • VRSettings_SetBool

      public static void VRSettings_SetBool(CharSequence pchSection, CharSequence pchSettingsKey, boolean bValue, IntBuffer peError)
    • nVRSettings_SetInt32

      public static void nVRSettings_SetInt32(long pchSection, long pchSettingsKey, int nValue, long peError)
    • VRSettings_SetInt32

      public static void VRSettings_SetInt32(ByteBuffer pchSection, ByteBuffer pchSettingsKey, int nValue, IntBuffer peError)
    • VRSettings_SetInt32

      public static void VRSettings_SetInt32(CharSequence pchSection, CharSequence pchSettingsKey, int nValue, IntBuffer peError)
    • nVRSettings_SetFloat

      public static void nVRSettings_SetFloat(long pchSection, long pchSettingsKey, float flValue, long peError)
    • VRSettings_SetFloat

      public static void VRSettings_SetFloat(ByteBuffer pchSection, ByteBuffer pchSettingsKey, float flValue, IntBuffer peError)
    • VRSettings_SetFloat

      public static void VRSettings_SetFloat(CharSequence pchSection, CharSequence pchSettingsKey, float flValue, IntBuffer peError)
    • nVRSettings_SetString

      public static void nVRSettings_SetString(long pchSection, long pchSettingsKey, long pchValue, long peError)
    • VRSettings_SetString

      public static void VRSettings_SetString(ByteBuffer pchSection, ByteBuffer pchSettingsKey, ByteBuffer pchValue, IntBuffer peError)
    • VRSettings_SetString

      public static void VRSettings_SetString(CharSequence pchSection, CharSequence pchSettingsKey, CharSequence pchValue, IntBuffer peError)
    • nVRSettings_GetBool

      public static boolean nVRSettings_GetBool(long pchSection, long pchSettingsKey, long peError)
    • VRSettings_GetBool

      public static boolean VRSettings_GetBool(ByteBuffer pchSection, ByteBuffer pchSettingsKey, IntBuffer peError)
    • VRSettings_GetBool

      public static boolean VRSettings_GetBool(CharSequence pchSection, CharSequence pchSettingsKey, IntBuffer peError)
    • nVRSettings_GetInt32

      public static int nVRSettings_GetInt32(long pchSection, long pchSettingsKey, long peError)
    • VRSettings_GetInt32

      public static int VRSettings_GetInt32(ByteBuffer pchSection, ByteBuffer pchSettingsKey, IntBuffer peError)
    • VRSettings_GetInt32

      public static int VRSettings_GetInt32(CharSequence pchSection, CharSequence pchSettingsKey, IntBuffer peError)
    • nVRSettings_GetFloat

      public static float nVRSettings_GetFloat(long pchSection, long pchSettingsKey, long peError)
    • VRSettings_GetFloat

      public static float VRSettings_GetFloat(ByteBuffer pchSection, ByteBuffer pchSettingsKey, IntBuffer peError)
    • VRSettings_GetFloat

      public static float VRSettings_GetFloat(CharSequence pchSection, CharSequence pchSettingsKey, 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(ByteBuffer pchSection, ByteBuffer pchSettingsKey, ByteBuffer pchValue, IntBuffer peError)
    • VRSettings_GetString

      public static void VRSettings_GetString(CharSequence pchSection, CharSequence pchSettingsKey, ByteBuffer pchValue, IntBuffer peError)
    • nVRSettings_RemoveSection

      public static void nVRSettings_RemoveSection(long pchSection, long peError)
    • VRSettings_RemoveSection

      public static void VRSettings_RemoveSection(ByteBuffer pchSection, IntBuffer peError)
    • VRSettings_RemoveSection

      public static void VRSettings_RemoveSection(CharSequence pchSection, IntBuffer peError)
    • nVRSettings_RemoveKeyInSection

      public static void nVRSettings_RemoveKeyInSection(long pchSection, long pchSettingsKey, long peError)
    • VRSettings_RemoveKeyInSection

      public static void VRSettings_RemoveKeyInSection(ByteBuffer pchSection, ByteBuffer pchSettingsKey, IntBuffer peError)
    • VRSettings_RemoveKeyInSection

      public static void VRSettings_RemoveKeyInSection(CharSequence pchSection, CharSequence pchSettingsKey, IntBuffer peError)