()
| 142 | } |
| 143 | |
| 144 | public boolean isFunctionKey() { |
| 145 | return (_mask & KeyType.FUNCTION) != 0; |
| 146 | } |
| 147 | |
| 148 | /** |
| 149 | * Navigation keys are arrow keys and Page Down, Page Up, Home, End |
nothing calls this directly
no outgoing calls
no test coverage detected