gajus/swing

Update README.MD Events section.... "throwDirection" vs "direction"

Opened this issue · 2 comments

I'm confused already.... please ensure it's updated to match.

Also, Card.DIRECTION_LEFT , etc. no longer working?

Seems like it's supposed to be Direction.LEFT, etc. ?
I'm not sure which API is correct.

I'm running into the exact same problem, any update? Thanks guys and bravo for the good work!

Seems like you have to do like that:
card.throwOut(0, 0, Swing.Direction.LEFT);