0

I'm stuck on making widgets grab-able / movable & I was hoping someone here on stack could point me in the direction of achieving this. I Was originally thinking using movement from com.badlogic.gdx.scene.scene2d.ui.Window & was curious if there was an easier way. I've looked into all the methods inherited from other classes on GDXwiki & still have no luck.

Ryan
  • 83
  • 2
  • 9

1 Answers1

0

I think that what you are looking for is Box2D's QueryAABB method.

eyalfein
  • 48
  • 1
  • 5