diff options
Diffstat (limited to '9')
27 files changed, 27 insertions, 27 deletions
diff --git a/9/platforms/android-12/arch-arm/usr/include/android/input.h b/9/platforms/android-12/arch-arm/usr/include/android/input.h index 0aac02f..9100038 100644 --- a/9/platforms/android-12/arch-arm/usr/include/android/input.h +++ b/9/platforms/android-12/arch-arm/usr/include/android/input.h @@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-12/arch-mips/usr/include/android/input.h b/9/platforms/android-12/arch-mips/usr/include/android/input.h index 0aac02f..9100038 100644 --- a/9/platforms/android-12/arch-mips/usr/include/android/input.h +++ b/9/platforms/android-12/arch-mips/usr/include/android/input.h @@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-12/arch-x86/usr/include/android/input.h b/9/platforms/android-12/arch-x86/usr/include/android/input.h index 0aac02f..9100038 100644 --- a/9/platforms/android-12/arch-x86/usr/include/android/input.h +++ b/9/platforms/android-12/arch-x86/usr/include/android/input.h @@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-13/arch-arm/usr/include/android/input.h b/9/platforms/android-13/arch-arm/usr/include/android/input.h index 7717a50..b0d60c3 100644 --- a/9/platforms/android-13/arch-arm/usr/include/android/input.h +++ b/9/platforms/android-13/arch-arm/usr/include/android/input.h @@ -543,7 +543,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-13/arch-mips/usr/include/android/input.h b/9/platforms/android-13/arch-mips/usr/include/android/input.h index 7717a50..b0d60c3 100644 --- a/9/platforms/android-13/arch-mips/usr/include/android/input.h +++ b/9/platforms/android-13/arch-mips/usr/include/android/input.h @@ -543,7 +543,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-13/arch-x86/usr/include/android/input.h b/9/platforms/android-13/arch-x86/usr/include/android/input.h index 7717a50..b0d60c3 100644 --- a/9/platforms/android-13/arch-x86/usr/include/android/input.h +++ b/9/platforms/android-13/arch-x86/usr/include/android/input.h @@ -543,7 +543,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-14/arch-arm/usr/include/android/input.h b/9/platforms/android-14/arch-arm/usr/include/android/input.h index ac7bcc0..16b60b5 100644 --- a/9/platforms/android-14/arch-arm/usr/include/android/input.h +++ b/9/platforms/android-14/arch-arm/usr/include/android/input.h @@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-14/arch-mips/usr/include/android/input.h b/9/platforms/android-14/arch-mips/usr/include/android/input.h index ac7bcc0..16b60b5 100644 --- a/9/platforms/android-14/arch-mips/usr/include/android/input.h +++ b/9/platforms/android-14/arch-mips/usr/include/android/input.h @@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-14/arch-x86/usr/include/android/input.h b/9/platforms/android-14/arch-x86/usr/include/android/input.h index ac7bcc0..16b60b5 100644 --- a/9/platforms/android-14/arch-x86/usr/include/android/input.h +++ b/9/platforms/android-14/arch-x86/usr/include/android/input.h @@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-15/arch-arm/usr/include/android/input.h b/9/platforms/android-15/arch-arm/usr/include/android/input.h index ac7bcc0..16b60b5 100644 --- a/9/platforms/android-15/arch-arm/usr/include/android/input.h +++ b/9/platforms/android-15/arch-arm/usr/include/android/input.h @@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-15/arch-mips/usr/include/android/input.h b/9/platforms/android-15/arch-mips/usr/include/android/input.h index ac7bcc0..16b60b5 100644 --- a/9/platforms/android-15/arch-mips/usr/include/android/input.h +++ b/9/platforms/android-15/arch-mips/usr/include/android/input.h @@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-15/arch-x86/usr/include/android/input.h b/9/platforms/android-15/arch-x86/usr/include/android/input.h index ac7bcc0..16b60b5 100644 --- a/9/platforms/android-15/arch-x86/usr/include/android/input.h +++ b/9/platforms/android-15/arch-x86/usr/include/android/input.h @@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-16/arch-arm/usr/include/android/input.h b/9/platforms/android-16/arch-arm/usr/include/android/input.h index ac7bcc0..16b60b5 100644 --- a/9/platforms/android-16/arch-arm/usr/include/android/input.h +++ b/9/platforms/android-16/arch-arm/usr/include/android/input.h @@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-16/arch-mips/usr/include/android/input.h b/9/platforms/android-16/arch-mips/usr/include/android/input.h index ac7bcc0..16b60b5 100644 --- a/9/platforms/android-16/arch-mips/usr/include/android/input.h +++ b/9/platforms/android-16/arch-mips/usr/include/android/input.h @@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-16/arch-x86/usr/include/android/input.h b/9/platforms/android-16/arch-x86/usr/include/android/input.h index ac7bcc0..16b60b5 100644 --- a/9/platforms/android-16/arch-x86/usr/include/android/input.h +++ b/9/platforms/android-16/arch-x86/usr/include/android/input.h @@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-17/arch-arm/usr/include/android/input.h b/9/platforms/android-17/arch-arm/usr/include/android/input.h index ac7bcc0..16b60b5 100644 --- a/9/platforms/android-17/arch-arm/usr/include/android/input.h +++ b/9/platforms/android-17/arch-arm/usr/include/android/input.h @@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-17/arch-mips/usr/include/android/input.h b/9/platforms/android-17/arch-mips/usr/include/android/input.h index ac7bcc0..16b60b5 100644 --- a/9/platforms/android-17/arch-mips/usr/include/android/input.h +++ b/9/platforms/android-17/arch-mips/usr/include/android/input.h @@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-17/arch-x86/usr/include/android/input.h b/9/platforms/android-17/arch-x86/usr/include/android/input.h index ac7bcc0..16b60b5 100644 --- a/9/platforms/android-17/arch-x86/usr/include/android/input.h +++ b/9/platforms/android-17/arch-x86/usr/include/android/input.h @@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-18/arch-arm/usr/include/android/input.h b/9/platforms/android-18/arch-arm/usr/include/android/input.h index fead769..a660761 100644 --- a/9/platforms/android-18/arch-arm/usr/include/android/input.h +++ b/9/platforms/android-18/arch-arm/usr/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. */ diff --git a/9/platforms/android-18/arch-mips/usr/include/android/input.h b/9/platforms/android-18/arch-mips/usr/include/android/input.h index fead769..a660761 100644 --- a/9/platforms/android-18/arch-mips/usr/include/android/input.h +++ b/9/platforms/android-18/arch-mips/usr/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. */ diff --git a/9/platforms/android-18/arch-x86/usr/include/android/input.h b/9/platforms/android-18/arch-x86/usr/include/android/input.h index fead769..a660761 100644 --- a/9/platforms/android-18/arch-x86/usr/include/android/input.h +++ b/9/platforms/android-18/arch-x86/usr/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. */ diff --git a/9/platforms/android-19/arch-arm/usr/include/android/input.h b/9/platforms/android-19/arch-arm/usr/include/android/input.h index fead769..a660761 100644 --- a/9/platforms/android-19/arch-arm/usr/include/android/input.h +++ b/9/platforms/android-19/arch-arm/usr/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. */ diff --git a/9/platforms/android-19/arch-mips/usr/include/android/input.h b/9/platforms/android-19/arch-mips/usr/include/android/input.h index fead769..a660761 100644 --- a/9/platforms/android-19/arch-mips/usr/include/android/input.h +++ b/9/platforms/android-19/arch-mips/usr/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. */ diff --git a/9/platforms/android-19/arch-x86/usr/include/android/input.h b/9/platforms/android-19/arch-x86/usr/include/android/input.h index fead769..a660761 100644 --- a/9/platforms/android-19/arch-x86/usr/include/android/input.h +++ b/9/platforms/android-19/arch-x86/usr/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. */ diff --git a/9/platforms/android-9/arch-arm/usr/include/android/input.h b/9/platforms/android-9/arch-arm/usr/include/android/input.h index 0aac02f..9100038 100644 --- a/9/platforms/android-9/arch-arm/usr/include/android/input.h +++ b/9/platforms/android-9/arch-arm/usr/include/android/input.h @@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-9/arch-mips/usr/include/android/input.h b/9/platforms/android-9/arch-mips/usr/include/android/input.h index 0aac02f..9100038 100644 --- a/9/platforms/android-9/arch-mips/usr/include/android/input.h +++ b/9/platforms/android-9/arch-mips/usr/include/android/input.h @@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ diff --git a/9/platforms/android-9/arch-x86/usr/include/android/input.h b/9/platforms/android-9/arch-x86/usr/include/android/input.h index 0aac02f..9100038 100644 --- a/9/platforms/android-9/arch-x86/usr/include/android/input.h +++ b/9/platforms/android-9/arch-x86/usr/include/android/input.h @@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event); * and views. */ float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__; -/* 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. */ |