Navigation keys are arrow keys and Page Down, Page Up, Home, End (including keypad keys)
()
| 150 | * (including keypad keys) |
| 151 | */ |
| 152 | public boolean isNavigationKey() { |
| 153 | return (_mask & KeyType.NAVIGATION) != 0; |
| 154 | } |
| 155 | |
| 156 | public boolean isArrowKey() { |
| 157 | return (_mask & KeyType.ARROW) != 0; |
nothing calls this directly
no outgoing calls
no test coverage detected