diff options
author | 2010-09-14 18:03:38 -0700 | |
---|---|---|
committer | 2010-09-14 20:46:14 -0700 | |
commit | dc1ab4b5cc274b7d744c11a939bb5910becec5e0 (patch) | |
tree | b548d8f3afe385d196b250d208fcc529ac28ed0d /libs/ui/InputReader.cpp | |
parent | cee0b97eed0a460e2da58500e24d3e4dac5cb9f6 (diff) |
Input API review.
Drop currently unsupported input features.
Add documentation comments.
Change-Id: I407d2e1dd90c5ee82983a3ccf177430d35ee7592
Diffstat (limited to 'libs/ui/InputReader.cpp')
-rw-r--r-- | libs/ui/InputReader.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/ui/InputReader.cpp b/libs/ui/InputReader.cpp index 88084c019c28..783cbc4275ed 100644 --- a/libs/ui/InputReader.cpp +++ b/libs/ui/InputReader.cpp @@ -325,9 +325,6 @@ InputDevice* InputReader::createDevice(int32_t deviceId, const String8& name, ui if (classes & INPUT_DEVICE_CLASS_DPAD) { keyboardSources |= AINPUT_SOURCE_DPAD; } - if (classes & INPUT_DEVICE_CLASS_GAMEPAD) { - keyboardSources |= AINPUT_SOURCE_GAMEPAD; - } if (keyboardSources != 0) { device->addMapper(new KeyboardInputMapper(device, |