commit | 39ca0522928fe134c1164a091806547e4ef1ed0b | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Mon Mar 17 13:03:47 2014 -0700 |
committer | Michael Wright <michaelwr@google.com> | Mon Mar 17 14:13:25 2014 -0700 |
tree | a4fb98091d6893a3cf5bfcd80d6300758770d326 | |
parent | 006209c2fc1b6deef10f6d52831e9cef35cca212 [diff] [blame] |
Add idc config option for handling key repeats Bug: 13285870 Change-Id: Iea2a5d03e29c86dcee5f99a25e48736ebc6dd913
diff --git a/libs/input/InputReader.h b/libs/input/InputReader.h index 6b5ce34..c90d483 100644 --- a/libs/input/InputReader.h +++ b/libs/input/InputReader.h
@@ -1054,6 +1054,7 @@ struct Parameters { bool hasAssociatedDisplay; bool orientationAware; + bool handlesKeyRepeat; } mParameters; void configureParameters();