()
| 158 | } |
| 159 | |
| 160 | public boolean isModifierKey() { |
| 161 | return (_mask & KeyType.MODIFIER) != 0; |
| 162 | } |
| 163 | |
| 164 | public boolean isLetterKey() { |
| 165 | return (_mask & KeyType.LETTER) != 0; |
nothing calls this directly
no outgoing calls
no test coverage detected