I want to catch the touch event in OS5. I use this method protected boolean touchEvent(TouchEvent message) in ListFieldRich. But this method didn’t run it. I press all keys nothing happens. Even if I debug my code, this method didn’t run when press keys.
How can I know the touch event in OS5?
Thanks
I want to catch the touch event in OS5. I use this method protected
Share
I resolved my problem. I used this method
protected boolean trackwheelClick(int status, int time)