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
var
 hOldWnd :HWND;

...

Delphi draw a highlight box around...

by Byefrog, January 02, 2011 21:09, No refactoring, tagged with object, delphi, FrameWindow, box, control, highlight

Show a bounding box around ...

B55670cde5a8d6656d0d7f16351f24c3 Talk