Returns the ID of this key. @return one of the BUTTON_ constants
()
| 154 | * @return one of the BUTTON_* constants |
| 155 | */ |
| 156 | @Override |
| 157 | public int getId() { |
| 158 | return this.keyType.getId(); |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * A non-blocking check of whether this key is currently pressed. |
no outgoing calls