Hi all,
I am trying to develop a GUI (and not a console) app which should be able to capture long press key event in background.
Can anyone please tell me how to do the same.
Code examples,snippets would be more helpful.
Thanks in advance.
- Akshay
Hi all,
I am trying to develop a GUI (and not a console) app which should be able to capture long press key event in background.
Can anyone please tell me how to do the same.
Code examples,snippets would be more helpful.
Thanks in advance.
- Akshay
I think the answer is to check the repeats from the key event, at lest that appeared to work last time: http://www.developer.nokia.com/Commu...Hold-keyEvents
Repeats solves the problem
Thanks
:-)
One more problem is i want to detect longpress only on desktop (home screen) and not else where.
is there any api which can help me?
Last edited by akshay.raikwar; 2013-03-01 at 06:36.