Update comments

This commit is contained in:
Gregory Nutt
2014-11-29 15:28:28 -06:00
parent 575ee829f5
commit 1fa790cf8e
4 changed files with 20 additions and 10 deletions
+1
View File
@@ -199,6 +199,7 @@ struct ajoy_notify_s
struct ajoy_sample_s
{
ajoy_buttonset_t as_buttons; /* State of all buttons */
/* Possibly padded with 1 byte here */
int16_t as_x; /* X/horizontal position */
int16_t as_y; /* Y/vertical position */
};
+1
View File
@@ -74,6 +74,7 @@
struct mouse_report_s
{
uint8_t buttons; /* See TOUCH_* definitions above */
/* Possibly padded with 1 byte here */
int16_t x; /* X coordinate of the mouse position */
int16_t y; /* Y coordinate of the mouse position */
#ifdef CONFIG_MOUSE_WHEEL