|
OSVR_ReturnCode | osvrDeviceButtonConfigure (OSVR_DeviceInitOptions opts, OSVR_ButtonDeviceInterface *iface, OSVR_ChannelCount numChan) |
| Specify that your device will implement the Button interface. More...
|
|
OSVR_ReturnCode | osvrDeviceButtonSetValue (OSVR_DeviceToken dev, OSVR_ButtonDeviceInterface iface, OSVR_ButtonState val, OSVR_ChannelCount chan) |
| Report the value of a single channel.
|
|
OSVR_ReturnCode | osvrDeviceButtonSetValueTimestamped (OSVR_DeviceToken, OSVR_ButtonDeviceInterface iface, OSVR_ButtonState val, OSVR_ChannelCount chan, OSVR_TimeValue const *timestamp) |
| Report the value of a single channel with the supplied timestamp.
|
|
OSVR_ReturnCode | osvrDeviceButtonSetValues (OSVR_DeviceToken dev, OSVR_ButtonDeviceInterface iface, OSVR_ButtonState val[], OSVR_ChannelCount chans) |
| Report the value of multiple channels.
|
|
OSVR_ReturnCode | osvrDeviceButtonSetValuesTimestamped (OSVR_DeviceToken, OSVR_ButtonDeviceInterface iface, OSVR_ButtonState val[], OSVR_ChannelCount chans, OSVR_TimeValue const *timestamp) |
| Report the value of multiple channels with the supplied timestamp.
|
|
Implementation.
- Date
- 2014
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file ButtonInterfaceC.cpp.