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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -