()
| 154 | } |
| 155 | |
| 156 | public boolean isArrowKey() { |
| 157 | return (_mask & KeyType.ARROW) != 0; |
| 158 | } |
| 159 | |
| 160 | public boolean isModifierKey() { |
| 161 | return (_mask & KeyType.MODIFIER) != 0; |
nothing calls this directly
no outgoing calls
no test coverage detected