12345678910111213141516171819 |
- #
- # FPC1020 Touch sensor driver
- #
- # Copyright (c) 2013,2014 Fingerprint Cards AB <[email protected]>
- #
- # This program is free software; you can redistribute it and/or
- # modify it under the terms of the GNU General Public License Version 2
- # as published by the Free Software Foundation.
- #
- #single click
- #key 353 DPAD_CENTER VIRTUAL
- #double click
- key 306 BUTTON_C VIRTUAL
- # HOME --> DPAD_CENTER
- key 102 DPAD_CENTER VIRTUAL
- #key 105 DPAD_LEFT VIRTUAL
- #key 106 DPAD_RIGHT VIRTUAL
|