diff options
author | Jeff Brown <jeffbrown@google.com> | 2010-08-30 18:22:32 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-08-30 18:22:32 -0700 |
commit | 36f0cb26cbb4ef62995ff2e5a540cf8814e7f030 (patch) | |
tree | 02861c4660c46bdd3fb5afbd5887426da1f7111e /native | |
parent | 734d270769c609c7d3a1f2ec46e1d329d9682ab4 (diff) | |
parent | 8d60866e2100db70ecf0502c14768a384514d7e9 (diff) | |
download | frameworks_base-36f0cb26cbb4ef62995ff2e5a540cf8814e7f030.zip frameworks_base-36f0cb26cbb4ef62995ff2e5a540cf8814e7f030.tar.gz frameworks_base-36f0cb26cbb4ef62995ff2e5a540cf8814e7f030.tar.bz2 |
am 8d60866e: Input device calibration and capabilities.
Merge commit '8d60866e2100db70ecf0502c14768a384514d7e9' into gingerbread-plus-aosp
* commit '8d60866e2100db70ecf0502c14768a384514d7e9':
Input device calibration and capabilities.
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 |