(int rawKeyCode)
| 175 | } |
| 176 | |
| 177 | protected final void keyReleased(int rawKeyCode) { |
| 178 | int keyCode = getKeyCode(rawKeyCode); |
| 179 | //#ifdef LIGHT_CONFIG |
| 180 | //# CustomLight.keyPressed(); |
| 181 | //#endif |
| 182 | //#ifdef AUTOSTATUS |
| 183 | AutoStatus.getInstance().userActivity(Config.AWAY_IDLE); |
| 184 | //#endif |
| 185 | KeyRepeatTimer.stop(); |
| 186 | } |
| 187 | |
| 188 | protected final void pointerPressed(int x, int y) { |
| 189 | //#ifdef AUTOSTATUS |
nothing calls this directly
no test coverage detected