Hi @roballison182,
This is an interesting question. In our documentation for “event.isShake”, it states “When the user shakes the device, this value is true. What constitutes a shake is dependent on the OS/device.” So, it really depends on the device (and it might vary not only from iOS to Android, but likely from Android device to Android device).
But, I think it’s worth testing out the accelerometer as a method to sense smaller movements. I imagine it would just need to sense that a sudden move happened between two game cycles. Have you used the accelerometer before, and do you have the code samples you need?
The sample project is in your local application folder: Corona SDK > SampleCode > Hardware > Accelerometer1
And, of course, the API documentation:
http://docs.coronalabs.com/api/event/accelerometer/index.html
Best regards,
Brent