if(Mouse.isButtonDown(0))
        {
            if((x > 2 + dragAmtX) && (x < 2 + width + dragAmtX) && (y > 60 + dragAmtY) && (y < 60 + height + dragAmtY))
...

Java Draggable Box

by https://www.google.com/accounts/o8/id?id=AItOawmst0sW9xXK8PoImFIqsiW5GmqKEarDFMo, December 23, 2011 11:14, 1 refactoring, tagged with game, box, drag, draggable, mouse, click

Hey.
I've been trying to m...

55502f40dc8b7c769880b10874abc9d0 Talk