public interface OnMotionDetected
| Modifier and Type | Method and Description |
|---|---|
void |
buttonsActive(boolean isActive)
When a button is clicked all the rest remain inactive for some frames.
|
void |
onButtonClicked(int buttonId)
Called when a button is clicked.
|
void onButtonClicked(int buttonId)
buttonId - Button unique identifiervoid buttonsActive(boolean isActive)
isActive - true if all the buttons are active, false otherwise