d/dummy: Minor comments

This commit is contained in:
Jakob Bornecrantz 2020-09-06 22:53:10 +01:00
parent 09bcf6c9d2
commit ea6374d296

View file

@ -34,6 +34,8 @@
*/ */
/*! /*!
* A example HMD device.
*
* @implements xrt_device * @implements xrt_device
*/ */
struct dummy_hmd struct dummy_hmd
@ -101,7 +103,7 @@ dummy_hmd_destroy(struct xrt_device *xdev)
static void static void
dummy_hmd_update_inputs(struct xrt_device *xdev) dummy_hmd_update_inputs(struct xrt_device *xdev)
{ {
// Empty // Empty, you should put code to update the attached inputs fields.
} }
static void static void