Languages

Menu
Sites
Language
Bezel events in Gear S2

For example, I want use bezel rotating not for default list, but for some other thing - maybe I want move some object while user rotating bezel. How can I do this?

View Selected Answer

Responses

2 Replies
Mark as answer
Sergey Artuh

You have to registrate callback which would be respond on bezel rotation, using:

eext_rotary_event_handler_ad

Details here:

https://developer.tizen.org/development/ui-practices/native-application/efl/hardware-input-handling/managing-rotary-events?langredirect=1

Illia Lysenko

Thank u!