tejaspawar1993 / tejas2

0 stars 0 forks source link

Gesture controller #2

Open tejaspawar1993 opened 9 years ago

tejaspawar1993 commented 9 years ago

Gesture based media controller need to be developed.

ghost commented 9 years ago

In terms of class design, there need to be a MainController class which everybody interacts with. If there's a gesture event, the GestureController will give a callback to the MainController. MainController will then ask the VolumeController or BrightnessController to perform their respective actions.