Hi,
I'm running j2me on a blackberry pearl, and it has a little mouse pointer type doo-dad.
I was thinking that my Canvas extended class would receive notifications when the pointer thing was clicked via:
pointerPressed(int x, int y)
but no such message comes across. Any ideas? Do I have to explicitly register to listen for that event? Or does blackberry not route those click messages to pointer click handlers in j2me?
Thanks
Start Free Trial