PiRSquared17 / j4me

Automatically exported from code.google.com/p/j4me
0 stars 0 forks source link

the pointer support? #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi :
Does the j4me support the pointer events?
when the j4me add this function? 

Best Wishes!

lean

Original issue reported on code.google.com by ping3...@gmail.com on 20 Nov 2008 at 9:35

GoogleCodeExporter commented 9 years ago
It does support pointer events.  Like with the J2ME's Canvas class you just 
override
the DeviceScreen.pointerXXX() methods.

All of the components support pointer events already.  For example clicking on a
check box will toggle it.

Original comment by deanbro...@gmail.com on 21 Nov 2008 at 12:20