Perraco
Perraco

Reputation: 17380

Android API to detect Samsung Galaxy Camera Zoom Buttons

in Android, is there any API to detect when the "zoom hardware button" of devices such as the "Samsung Galaxy Camera" is pressed? If its a Key press, then which one would it be?

Upvotes: 0

Views: 424

Answers (1)

John Honniball
John Honniball

Reputation: 126

It is indeed a key press, with key codes KeyEvent.KEYCODE_ZOOM_IN and KeyEvent.KEYCODE_ZOOM_OUT.

Upvotes: 1

Related Questions