Hi there,
Does anyone know if there is a way to check if multitouch is supported on an Android device? I know this is possible through through native code such as:
PackageManager pm = context.getPackageManager(); boolean hasMultitouch = pm.hasSystemFeature(PackageManager.FEATURE\_TOUCHSCREEN\_MULTITOUCH);
But is this possible through Corona? The system.activate function does not return a value, and system.getInfo doesn’t seem to refer to it.
Many thanks in advance,
Simon.