Which button was pressed, either LEFT, CENTER, or RIGHT.
()
| 75 | |
| 76 | /** Which button was pressed, either LEFT, CENTER, or RIGHT. */ |
| 77 | public int getButton() { |
| 78 | return button; |
| 79 | } |
| 80 | |
| 81 | |
| 82 | // public void setButton(int button) { |
no outgoing calls
no test coverage detected