can i control volume hard keys using QpressEvent() . if not , how can i control its (this problem is for symbian)
can i control volume hard keys using QpressEvent() . if not , how can i control its (this problem is for symbian)
I can't really imagine how you would control the keysBut if you want to handle the volume key press events, have a look at the DJ Turntable project:
...
Symbian specific classes
~~~~~~~~~~~~~~~~~~~~~~~~
MRemConCoreApiTargetObserver,
CRemConInterfaceSelector,
CRemConCoreApiTarget - used to handle volume up/down HW keys on Symbian devices
CMMFDevSound - used to set the master volume in Symbian devices, involves a nasty hack
...
-- Lucian