Interface VR_IVRSettings_FnTable.SetBool_callback

All Superinterfaces:
com.sun.jna.Callback
Enclosing class:
VR_IVRSettings_FnTable

public static interface VR_IVRSettings_FnTable.SetBool_callback extends com.sun.jna.Callback
native declaration : headers\openvr_capi.h:2273
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.sun.jna.Callback

    com.sun.jna.Callback.UncaughtExceptionHandler
  • Field Summary

    Fields inherited from interface com.sun.jna.Callback

    FORBIDDEN_NAMES, METHOD_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(com.sun.jna.Pointer pchSection, com.sun.jna.Pointer pchSettingsKey, byte bValue, com.sun.jna.ptr.IntByReference peError)
     
  • Method Details

    • apply

      void apply(com.sun.jna.Pointer pchSection, com.sun.jna.Pointer pchSettingsKey, byte bValue, com.sun.jna.ptr.IntByReference peError)