Symbian, Java ME: determine if phone has touch screen -
is there way know code if phone has touch screen or not?
i need smth if (phonehastouchscreen) enable_something()
perhaps call canvas.haspointermotionevents()
. bear in mind there 2 types of touch screen in java me; touch screen uses usual style pointer/softkey events, , style returns pointer co-ordinates when touch screen. usefulness on app, consider former not touch screen @ all.
Comments
Post a Comment