mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 15:31:17 +01:00
drivers/touch_dev: clarify touch position coordinates origin
This commit is contained in:
parent
1f6c51602a
commit
4b4e9830b0
@ -107,6 +107,8 @@ uint16_t touch_dev_width(const touch_dev_t *dev);
|
||||
*
|
||||
* If @p touches is NULL, this function only returns the number of touches.
|
||||
*
|
||||
* Touch position coordinates use the top left corner as origin.
|
||||
*
|
||||
* @param[in] dev Pointer to the touch device
|
||||
* @param[out] touches The array of touches
|
||||
* @param[in] len The touches array len
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user