Class OsvrClientKitLibrary
java.lang.Object
com.jme3.system.osvr.osvrclientkit.OsvrClientKitLibrary
- All Implemented Interfaces:
- com.sun.jna.Library
JNA Wrapper for library osvrClientKit
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface com.sun.jna.Librarycom.sun.jna.Library.Handler
- 
Field SummaryFieldsFields inherited from interface com.sun.jna.LibraryOPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic byteChecks to see if the client context is fully started up and connected properly to a server.
 If this reports that the client context is not OK, there may not be a server
 running, or you may just have to call osvrClientUpdate() a few times to
 permit startup to finish.static byteosvrClientCheckStatus(com.sun.jna.Pointer ctx) Deprecated.static byteosvrClientFreeInterface(OsvrClientKitLibrary.OSVR_ClientContext ctx, OsvrClientKitLibrary.OSVR_ClientInterface iface) Free an interface object before context closure.static byteosvrClientFreeInterface(com.sun.jna.Pointer ctx, com.sun.jna.Pointer iface) static byteosvrClientGetInterface(OsvrClientKitLibrary.OSVR_ClientContext ctx, byte[] path, com.sun.jna.ptr.PointerByReference iface) Get the interface associated with the given path.static byteosvrClientGetInterface(com.sun.jna.Pointer ctx, com.sun.jna.Pointer path, com.sun.jna.Pointer iface) Deprecated.static byteosvrClientGetInterface(com.sun.jna.Pointer ctx, com.sun.jna.Pointer path, com.sun.jna.ptr.PointerByReference iface) Get the interface associated with the given path.osvrClientInit(byte[] applicationIdentifier, int flags) Initialize the library.osvrClientInit(com.sun.jna.Pointer applicationIdentifier, int flags) Deprecated.use the safer methodosvrClientInit(byte[], int)insteadstatic voidosvrClientLog(OsvrClientKitLibrary.OSVR_ClientContext ctx, int severity, String message) Log a message from the client.static voidosvrClientLog(com.sun.jna.Pointer ctx, int severity, com.sun.jna.Pointer message) Deprecated.use the safer methodosvrClientLog(com.jme3.system.osvr.osvrclientkit.OsvrClientKitLibrary.OSVR_ClientContext, int, java.lang.String)insteadstatic byteShut down the library.static byteosvrClientShutdown(com.sun.jna.Pointer ctx) Deprecated.use the safer methodosvrClientShutdown(OsvrClientKitLibrary.OSVR_ClientContext)insteadstatic byteUpdates the state of the context - call regularly in your mainloop.static byteosvrClientUpdate(com.sun.jna.Pointer ctx) Deprecated.use the safer methodosvrClientUpdate(OsvrClientKitLibrary.OSVR_ClientContext)insteadstatic byteosvrRegisterAccelerationCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterAccelerationCallback(OSVR_ClientInterface, OSVR_AccelerationCallback, void*)static byteosvrRegisterAccelerationCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.static byteosvrRegisterAnalogCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Callback cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterAnalogCallback(OSVR_ClientInterface, OSVR_AnalogCallback, void*)static byteosvrRegisterAnalogCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.static byteosvrRegisterAngularAccelerationCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterAngularAccelerationCallback(OSVR_ClientInterface, OSVR_AngularAccelerationCallback, void*)static byteosvrRegisterAngularAccelerationCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.static byteosvrRegisterAngularVelocityCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterAngularVelocityCallback(OSVR_ClientInterface, OSVR_AngularVelocityCallback, void*)static byteosvrRegisterAngularVelocityCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.static byteosvrRegisterButtonCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Callback cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterButtonCallback(OSVR_ClientInterface, OSVR_ButtonCallback, void*)static byteosvrRegisterButtonCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.static byteosvrRegisterDirectionCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterDirectionCallback(OSVR_ClientInterface, OSVR_DirectionCallback, void*)static byteosvrRegisterDirectionCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterDirectionCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadstatic byteosvrRegisterEyeTracker2DCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterEyeTracker2DCallback(OSVR_ClientInterface, OSVR_EyeTracker2DCallback, void*)static byteosvrRegisterEyeTracker2DCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.static byteosvrRegisterEyeTracker3DCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterEyeTracker3DCallback(OSVR_ClientInterface, OSVR_EyeTracker3DCallback, void*)static byteosvrRegisterEyeTracker3DCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.static byteosvrRegisterEyeTrackerBlinkCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterEyeTrackerBlinkCallback(OSVR_ClientInterface, OSVR_EyeTrackerBlinkCallback, void*)static byteosvrRegisterEyeTrackerBlinkCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.static byteosvrRegisterImagingCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterImagingCallback(OSVR_ClientInterface, OSVR_ImagingCallback, void*)static byteosvrRegisterImagingCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterImagingCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadstatic byteosvrRegisterLinearAccelerationCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterLinearAccelerationCallback(OSVR_ClientInterface, OSVR_LinearAccelerationCallback, void*)static byteosvrRegisterLinearAccelerationCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.static byteosvrRegisterLinearVelocityCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterLinearVelocityCallback(OSVR_ClientInterface, OSVR_LinearVelocityCallback, void*)static byteosvrRegisterLinearVelocityCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.static byteosvrRegisterLocation2DCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterLocation2DCallback(OSVR_ClientInterface, OSVR_Location2DCallback, void*)static byteosvrRegisterLocation2DCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterLocation2DCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadstatic byteosvrRegisterNaviPositionCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterNaviPositionCallback(OSVR_ClientInterface, OSVR_NaviPositionCallback, void*)static byteosvrRegisterNaviPositionCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.static byteosvrRegisterNaviVelocityCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterNaviVelocityCallback(OSVR_ClientInterface, OSVR_NaviVelocityCallback, void*)static byteosvrRegisterNaviVelocityCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.static byteosvrRegisterOrientationCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterOrientationCallback(OSVR_ClientInterface, OSVR_OrientationCallback, void*)static byteosvrRegisterOrientationCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterOrientationCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadstatic byteosvrRegisterPoseCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterPoseCallback(OSVR_ClientInterface, OSVR_PoseCallback, void*)static byteosvrRegisterPoseCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterPoseCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadstatic byteosvrRegisterPositionCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterPositionCallback(OSVR_ClientInterface, OSVR_PositionCallback, void*)static byteosvrRegisterPositionCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterPositionCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadstatic byteosvrRegisterVelocityCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterVelocityCallback(OSVR_ClientInterface, OSVR_VelocityCallback, void*)static byteosvrRegisterVelocityCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterVelocityCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)instead
- 
Field Details- 
JNA_LIBRARY_NAME- See Also:
 
- 
JNA_NATIVE_LIBpublic static final com.sun.jna.NativeLibrary JNA_NATIVE_LIB
 
- 
- 
Constructor Details- 
OsvrClientKitLibrarypublic OsvrClientKitLibrary()
 
- 
- 
Method Details- 
osvrClientInit@Deprecated public static OsvrClientKitLibrary.OSVR_ClientContext osvrClientInit(com.sun.jna.Pointer applicationIdentifier, int flags) Deprecated.use the safer methodosvrClientInit(byte[], int)insteadInitialize the library.- Parameters:
- applicationIdentifier- A null terminated string identifying your
 application. Reverse DNS format strongly suggested.
- flags- initialization options (reserved) - pass 0 for now.
- Returns:
- Client context - will be needed for subsequent calls
 Original signature :OSVR_ClientContext osvrClientInit(const char[], uint32_t)
 
- 
osvrClientInitpublic static OsvrClientKitLibrary.OSVR_ClientContext osvrClientInit(byte[] applicationIdentifier, int flags) Initialize the library.- Parameters:
- applicationIdentifier- A null terminated string identifying your
 application. Reverse DNS format strongly suggested.
- flags- initialization options (reserved) - pass 0 for now.
- Returns:
- Client context - will be needed for subsequent calls
 Original signature :OSVR_ClientContext osvrClientInit(const char[], uint32_t)
 
- 
osvrClientUpdateDeprecated.use the safer methodosvrClientUpdate(OsvrClientKitLibrary.OSVR_ClientContext)insteadUpdates the state of the context - call regularly in your mainloop.- Parameters:
- ctx- Client context
 Original signature :- OSVR_ReturnCode osvrClientUpdate(OSVR_ClientContext)
 
- 
osvrClientUpdateUpdates the state of the context - call regularly in your mainloop.- Parameters:
- ctx- Client context
 Original signature :- OSVR_ReturnCode osvrClientUpdate(OSVR_ClientContext)
 
- 
osvrClientCheckStatusDeprecated.use the safer methodosvrClientCheckStatus(com.jme3.system.osvr.osvrclientkit.OsvrClientKitLibrary.OSVR_ClientContext)insteadChecks to see if the client context is fully started up and connected properly to a server.
 If this reports that the client context is not OK, there may not be a server
 running, or you may just have to call osvrClientUpdate() a few times to
 permit startup to finish. The return value of this call will not change from
 failure to success without calling osvrClientUpdate().- Parameters:
- ctx- Client context
- Returns:
- OSVR_RETURN_FAILURE if not yet fully connected/initialized, or if
 some other error (null context) occurs.
 Original signature :OSVR_ReturnCode osvrClientCheckStatus(OSVR_ClientContext)
 
- 
osvrClientCheckStatusChecks to see if the client context is fully started up and connected properly to a server.
 If this reports that the client context is not OK, there may not be a server
 running, or you may just have to call osvrClientUpdate() a few times to
 permit startup to finish. The return value of this call will not change from
 failure to success without calling osvrClientUpdate().- Parameters:
- ctx- Client context
- Returns:
- OSVR_RETURN_FAILURE if not yet fully connected/initialized, or if
 some other error (null context) occurs.
 Original signature :OSVR_ReturnCode osvrClientCheckStatus(OSVR_ClientContext)
 
- 
osvrClientShutdownDeprecated.use the safer methodosvrClientShutdown(OsvrClientKitLibrary.OSVR_ClientContext)insteadShut down the library.- Parameters:
- ctx- Client context
 Original signature :- OSVR_ReturnCode osvrClientShutdown(OSVR_ClientContext)
 
- 
osvrClientShutdownShut down the library.- Parameters:
- ctx- Client context
 Original signature :- OSVR_ReturnCode osvrClientShutdown(OSVR_ClientContext)
 
- 
osvrClientLog@Deprecated public static void osvrClientLog(com.sun.jna.Pointer ctx, int severity, com.sun.jna.Pointer message) Deprecated.use the safer methodosvrClientLog(com.jme3.system.osvr.osvrclientkit.OsvrClientKitLibrary.OSVR_ClientContext, int, java.lang.String)insteadLog a message from the client. Original signature :void osvrClientLog(OSVR_ClientContext, OSVR_LogLevel, const char*)
- 
osvrClientLogpublic static void osvrClientLog(OsvrClientKitLibrary.OSVR_ClientContext ctx, int severity, String message) Log a message from the client. Original signature :void osvrClientLog(OSVR_ClientContext, OSVR_LogLevel, const char*)
- 
osvrClientGetInterface@Deprecated public static byte osvrClientGetInterface(com.sun.jna.Pointer ctx, com.sun.jna.Pointer path, com.sun.jna.Pointer iface) Deprecated.Get the interface associated with the given path.- Parameters:
- ctx- Client context
- path- A resource path (null-terminated string)
- iface- The interface object. May be freed when no longer needed,
 otherwise it will be freed when the context is closed.
 Original signature :- OSVR_ReturnCode osvrClientGetInterface(OSVR_ClientContext, const char[], OSVR_ClientInterface*)
 
- 
osvrClientGetInterfacepublic static byte osvrClientGetInterface(OsvrClientKitLibrary.OSVR_ClientContext ctx, byte[] path, com.sun.jna.ptr.PointerByReference iface) Get the interface associated with the given path.- Parameters:
- ctx- Client context
- path- A resource path (null-terminated string)
- iface- The interface object. May be freed when no longer needed,
 otherwise it will be freed when the context is closed.
 Original signature :- OSVR_ReturnCode osvrClientGetInterface(OSVR_ClientContext, const char[], OSVR_ClientInterface*)
 
- 
osvrClientGetInterfacepublic static byte osvrClientGetInterface(com.sun.jna.Pointer ctx, com.sun.jna.Pointer path, com.sun.jna.ptr.PointerByReference iface) Get the interface associated with the given path.- Parameters:
- ctx- Client context
- path- A resource path (null-terminated string)
- iface- The interface object. May be freed when no longer needed,
 otherwise it will be freed when the context is closed.
 Original signature :- OSVR_ReturnCode osvrClientGetInterface(OSVR_ClientContext, const char[], OSVR_ClientInterface*)
 
- 
osvrClientFreeInterface@Deprecated public static byte osvrClientFreeInterface(com.sun.jna.Pointer ctx, com.sun.jna.Pointer iface) Deprecated.Free an interface object before context closure.- Parameters:
- ctx- Client context
- iface- The interface object
- Returns:
- OSVR_RETURN_SUCCESS unless a null context or interface was passed
 or the given interface was not found in the context (i.e. had already been
 freed)
 Original signature :OSVR_ReturnCode osvrClientFreeInterface(OSVR_ClientContext, OSVR_ClientInterface)
 
- 
osvrClientFreeInterfacepublic static byte osvrClientFreeInterface(OsvrClientKitLibrary.OSVR_ClientContext ctx, OsvrClientKitLibrary.OSVR_ClientInterface iface) Free an interface object before context closure.- Parameters:
- ctx- Client context
- iface- The interface object
- Returns:
- OSVR_RETURN_SUCCESS unless a null context or interface was passed
 or the given interface was not found in the context (i.e. had already been
 freed)
 Original signature :OSVR_ReturnCode osvrClientFreeInterface(OSVR_ClientContext, OSVR_ClientInterface)
 
- 
osvrRegisterPoseCallback@Deprecated public static byte osvrRegisterPoseCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterPoseCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadOriginal signature :OSVR_ReturnCode osvrRegisterPoseCallback(OSVR_ClientInterface, OSVR_PoseCallback, void*)
- 
osvrRegisterPoseCallbackpublic static byte osvrRegisterPoseCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterPoseCallback(OSVR_ClientInterface, OSVR_PoseCallback, void*)
- 
osvrRegisterPositionCallback@Deprecated public static byte osvrRegisterPositionCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterPositionCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadOriginal signature :OSVR_ReturnCode osvrRegisterPositionCallback(OSVR_ClientInterface, OSVR_PositionCallback, void*)
- 
osvrRegisterPositionCallbackpublic static byte osvrRegisterPositionCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterPositionCallback(OSVR_ClientInterface, OSVR_PositionCallback, void*)
- 
osvrRegisterOrientationCallback@Deprecated public static byte osvrRegisterOrientationCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterOrientationCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadOriginal signature :OSVR_ReturnCode osvrRegisterOrientationCallback(OSVR_ClientInterface, OSVR_OrientationCallback, void*)
- 
osvrRegisterOrientationCallbackpublic static byte osvrRegisterOrientationCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterOrientationCallback(OSVR_ClientInterface, OSVR_OrientationCallback, void*)
- 
osvrRegisterVelocityCallback@Deprecated public static byte osvrRegisterVelocityCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterVelocityCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadOriginal signature :OSVR_ReturnCode osvrRegisterVelocityCallback(OSVR_ClientInterface, OSVR_VelocityCallback, void*)
- 
osvrRegisterVelocityCallbackpublic static byte osvrRegisterVelocityCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterVelocityCallback(OSVR_ClientInterface, OSVR_VelocityCallback, void*)
- 
osvrRegisterLinearVelocityCallback@Deprecated public static byte osvrRegisterLinearVelocityCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.Original signature :OSVR_ReturnCode osvrRegisterLinearVelocityCallback(OSVR_ClientInterface, OSVR_LinearVelocityCallback, void*)
- 
osvrRegisterLinearVelocityCallbackpublic static byte osvrRegisterLinearVelocityCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterLinearVelocityCallback(OSVR_ClientInterface, OSVR_LinearVelocityCallback, void*)
- 
osvrRegisterAngularVelocityCallback@Deprecated public static byte osvrRegisterAngularVelocityCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.Original signature :OSVR_ReturnCode osvrRegisterAngularVelocityCallback(OSVR_ClientInterface, OSVR_AngularVelocityCallback, void*)
- 
osvrRegisterAngularVelocityCallbackpublic static byte osvrRegisterAngularVelocityCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterAngularVelocityCallback(OSVR_ClientInterface, OSVR_AngularVelocityCallback, void*)
- 
osvrRegisterAccelerationCallback@Deprecated public static byte osvrRegisterAccelerationCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.Original signature :OSVR_ReturnCode osvrRegisterAccelerationCallback(OSVR_ClientInterface, OSVR_AccelerationCallback, void*)
- 
osvrRegisterAccelerationCallbackpublic static byte osvrRegisterAccelerationCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterAccelerationCallback(OSVR_ClientInterface, OSVR_AccelerationCallback, void*)
- 
osvrRegisterLinearAccelerationCallback@Deprecated public static byte osvrRegisterLinearAccelerationCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.Original signature :OSVR_ReturnCode osvrRegisterLinearAccelerationCallback(OSVR_ClientInterface, OSVR_LinearAccelerationCallback, void*)
- 
osvrRegisterLinearAccelerationCallbackpublic static byte osvrRegisterLinearAccelerationCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterLinearAccelerationCallback(OSVR_ClientInterface, OSVR_LinearAccelerationCallback, void*)
- 
osvrRegisterAngularAccelerationCallback@Deprecated public static byte osvrRegisterAngularAccelerationCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.Original signature :OSVR_ReturnCode osvrRegisterAngularAccelerationCallback(OSVR_ClientInterface, OSVR_AngularAccelerationCallback, void*)
- 
osvrRegisterAngularAccelerationCallbackpublic static byte osvrRegisterAngularAccelerationCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterAngularAccelerationCallback(OSVR_ClientInterface, OSVR_AngularAccelerationCallback, void*)
- 
osvrRegisterButtonCallback@Deprecated public static byte osvrRegisterButtonCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.Original signature :OSVR_ReturnCode osvrRegisterButtonCallback(OSVR_ClientInterface, OSVR_ButtonCallback, void*)
- 
osvrRegisterButtonCallbackpublic static byte osvrRegisterButtonCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Callback cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterButtonCallback(OSVR_ClientInterface, OSVR_ButtonCallback, void*)
- 
osvrRegisterAnalogCallback@Deprecated public static byte osvrRegisterAnalogCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.Original signature :OSVR_ReturnCode osvrRegisterAnalogCallback(OSVR_ClientInterface, OSVR_AnalogCallback, void*)
- 
osvrRegisterAnalogCallbackpublic static byte osvrRegisterAnalogCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Callback cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterAnalogCallback(OSVR_ClientInterface, OSVR_AnalogCallback, void*)
- 
osvrRegisterImagingCallback@Deprecated public static byte osvrRegisterImagingCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterImagingCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadOriginal signature :OSVR_ReturnCode osvrRegisterImagingCallback(OSVR_ClientInterface, OSVR_ImagingCallback, void*)
- 
osvrRegisterImagingCallbackpublic static byte osvrRegisterImagingCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterImagingCallback(OSVR_ClientInterface, OSVR_ImagingCallback, void*)
- 
osvrRegisterLocation2DCallback@Deprecated public static byte osvrRegisterLocation2DCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterLocation2DCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadOriginal signature :OSVR_ReturnCode osvrRegisterLocation2DCallback(OSVR_ClientInterface, OSVR_Location2DCallback, void*)
- 
osvrRegisterLocation2DCallbackpublic static byte osvrRegisterLocation2DCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterLocation2DCallback(OSVR_ClientInterface, OSVR_Location2DCallback, void*)
- 
osvrRegisterDirectionCallback@Deprecated public static byte osvrRegisterDirectionCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.use the safer methodosvrRegisterDirectionCallback(OsvrClientKitLibrary.OSVR_ClientInterface, com.sun.jna.Pointer, com.sun.jna.Pointer)insteadOriginal signature :OSVR_ReturnCode osvrRegisterDirectionCallback(OSVR_ClientInterface, OSVR_DirectionCallback, void*)
- 
osvrRegisterDirectionCallbackpublic static byte osvrRegisterDirectionCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterDirectionCallback(OSVR_ClientInterface, OSVR_DirectionCallback, void*)
- 
osvrRegisterEyeTracker2DCallback@Deprecated public static byte osvrRegisterEyeTracker2DCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.Original signature :OSVR_ReturnCode osvrRegisterEyeTracker2DCallback(OSVR_ClientInterface, OSVR_EyeTracker2DCallback, void*)
- 
osvrRegisterEyeTracker2DCallbackpublic static byte osvrRegisterEyeTracker2DCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterEyeTracker2DCallback(OSVR_ClientInterface, OSVR_EyeTracker2DCallback, void*)
- 
osvrRegisterEyeTracker3DCallback@Deprecated public static byte osvrRegisterEyeTracker3DCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.Original signature :OSVR_ReturnCode osvrRegisterEyeTracker3DCallback(OSVR_ClientInterface, OSVR_EyeTracker3DCallback, void*)
- 
osvrRegisterEyeTracker3DCallbackpublic static byte osvrRegisterEyeTracker3DCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterEyeTracker3DCallback(OSVR_ClientInterface, OSVR_EyeTracker3DCallback, void*)
- 
osvrRegisterEyeTrackerBlinkCallback@Deprecated public static byte osvrRegisterEyeTrackerBlinkCallback(com.sun.jna.Pointer iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Deprecated.Original signature :OSVR_ReturnCode osvrRegisterEyeTrackerBlinkCallback(OSVR_ClientInterface, OSVR_EyeTrackerBlinkCallback, void*)
- 
osvrRegisterEyeTrackerBlinkCallbackpublic static byte osvrRegisterEyeTrackerBlinkCallback(OsvrClientKitLibrary.OSVR_ClientInterface iface, com.sun.jna.Pointer cb, com.sun.jna.Pointer userdata) Original signature :OSVR_ReturnCode osvrRegisterEyeTrackerBlinkCallback(OSVR_ClientInterface, OSVR_EyeTrackerBlinkCallback, void*)
 
- 
osvrClientCheckStatus(com.jme3.system.osvr.osvrclientkit.OsvrClientKitLibrary.OSVR_ClientContext)instead