mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/sample: Improve helper message in update_inputs [NFC]
This commit is contained in:
parent
9149352c55
commit
f7356d7d7b
|
@ -77,7 +77,11 @@ sample_hmd_destroy(struct xrt_device *xdev)
|
|||
static void
|
||||
sample_hmd_update_inputs(struct xrt_device *xdev)
|
||||
{
|
||||
// Empty, you should put code to update the attached input fields (if any)
|
||||
/*
|
||||
* Empty for the sampler driver, if you need to you should
|
||||
* put code to update the attached inputs fields. If not you can use
|
||||
* the u_device_noop_update_inputs helper to make it a no-op.
|
||||
*/
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue