Header. More...
#include <osvr/PluginKit/DeviceInterfaceC.h>
#include <osvr/Util/ChannelCountC.h>
#include <osvr/Util/ClientReportTypesC.h>
Go to the source code of this file.
Typedefs | |
typedef struct OSVR_DirectionDeviceInterfaceObject * | OSVR_DirectionDeviceInterface |
Opaque type used in conjunction with a device token to send data on 3D Direction interface. | |
Functions | |
OSVR_ReturnCode | osvrDeviceDirectionConfigure (OSVR_DeviceInitOptions opts, OSVR_DirectionDeviceInterface *iface, OSVR_ChannelCount numSensors=1) |
Specify that your device will implement the Direction interface. More... | |
OSVR_ReturnCode | osvrDeviceDirectionReportData (OSVR_DirectionDeviceInterface iface, OSVR_DirectionState directionData, OSVR_ChannelCount sensor, OSVR_TimeValue const *timestamp) |
Report data for a specific sensor. More... | |