How to know whether your b2Body is moving or not in Box2D ?
Hi, Some times while game building via Box2D Physics Engine, you may need to find out whether your bodies (from b2Body) are moving or not. Use the following sample of code to find out whether the given b2Body is moving or not. 🙂