[java-gnome-hackers] org.gnome.gdk.EventButton.getX()/getY(): double vs int
Brought to you by:
afcowie
From: Stefan P. <st...@pr...> - 2008-10-06 18:38:49
|
Hi all, I just stumbled upon the not yet exposed methods getX() and getY() in org.gnome.gdk.EventButton and Andrew's comment: * I'm not exposing these yet; why on earth are they double? If there's * no good reason or it's legacy crap, we're going to change the return * signature to int. I agree that I don't see a point in not having integers here. So, if noone is coming with a good example why to use doubles here, I suggest that we expose them as ints. Any comments? Stefan |