Space, tab and enter
()
| 176 | * Space, tab and enter |
| 177 | */ |
| 178 | public boolean isWhitespaceKey() { |
| 179 | return (_mask & KeyType.WHITESPACE) != 0; |
| 180 | } |
| 181 | |
| 182 | /** |
| 183 | * All multimedia keys (channel up/down, volume control, etc...) |
nothing calls this directly
no outgoing calls
no test coverage detected