In the blackberry JDE 4.7,
under the TouchEvent, there are two similar sounding methods:
- getX(int touch) "return mapped x coordinate"
- getGlobalX(int touch) "return global x coordindate"
Does anyone know what the difference is between the two? The javadocs talk about mapped vs global but I'm not sure what that means.
Any help poindexter?