diff options
author | Jeff Brown <jeffbrown@google.com> | 2010-08-30 03:02:23 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2010-08-30 18:16:43 -0700 |
commit | 8d60866e2100db70ecf0502c14768a384514d7e9 (patch) | |
tree | 514e46b4e4d58fd68cd52de93b93e7782fdf4e9f /native | |
parent | bb660d7e1bed3a07a1804bd9641d9634bfaa4972 (diff) | |
download | frameworks_base-8d60866e2100db70ecf0502c14768a384514d7e9.zip frameworks_base-8d60866e2100db70ecf0502c14768a384514d7e9.tar.gz frameworks_base-8d60866e2100db70ecf0502c14768a384514d7e9.tar.bz2 |
Input device calibration and capabilities.
Finished the input device capability API.
Added a mechanism for calibrating touch devices to obtain more
accurate information about the touch contact area.
Improved pointer location to show new coordinates and capabilities.
Optimized pointer location display and formatting to avoid allocating large
numbers of temporary objects. The GC churn was causing the application to
stutter very badly when more than a couple of fingers were down).
Added more diagnostics.
Change-Id: Ie25380278ed6f16c5b04cd9df848015850383498
Diffstat (limited to 'native')
-rw-r--r-- | native/include/android/input.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/native/include/android/input.h b/native/include/android/input.h index 243c33c..d9486e5 100644 --- a/native/include/android/input.h +++ b/native/include/android/input.h @@ -718,8 +718,6 @@ int32_t AInputDevice_getKeyboardType(AInputDevice* device); int32_t AInputDevice_getMotionRange(AInputDevice* device, int32_t rangeType, float* outMin, float* outMax, float* outFlat, float* outFuzz); -//TODO hasKey, keymap stuff, etc... - #ifdef __cplusplus } #endif |