Hi, when the user presses on the device, the right button I intercepts it so
Sub Activity_KeyPress (KeyCode As Int) As Boolean
If KeyCode = KeyCodes.KEYCODE_BACK Then
GO_TO_HOME
End If
Return False
End Sub
but when the central button is pressed which is the routine?
Thanks
Sub Activity_KeyPress (KeyCode As Int) As Boolean
If KeyCode = KeyCodes.KEYCODE_BACK Then
GO_TO_HOME
End If
Return False
End Sub
but when the central button is pressed which is the routine?
Thanks