mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/dummy: Minor comments
This commit is contained in:
parent
09bcf6c9d2
commit
ea6374d296
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue