diff options
author | 2014-02-05 07:16:30 +0000 | |
---|---|---|
committer | 2014-02-05 07:16:31 +0000 | |
commit | 055dac1b54af46a0608b32e83fcae45e75a4a8f0 (patch) | |
tree | c9921eb85fbee31a425ebf117b2675055a13d658 | |
parent | fd6a3ff4b4dda34f8e6e03989dd7466e4cbd8b0e (diff) | |
parent | 8769436bba6b0601f6110f907324c7cfe51cae7a (diff) |
Merge "Fixed apparent copy/paste mistake Bug: 11634373"
-rw-r--r-- | include/android/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/input.h b/include/android/input.h index fead76947f..a660761728 100644 --- a/include/android/input.h +++ b/include/android/input.h @@ -583,7 +583,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event); -/* Get the precision of the Y coordinates being reported. +/* Get the Y coordinate offset. * For touch events on the screen, this is the delta that was added to the raw * screen coordinates to adjust for the absolute position of the containing windows * and views. */ |