Woody Posted May 27, 2016 Posted May 27, 2016 why not track the mouse's position after a click? if interact with something == true getMouse().getPosition()
Botre Posted May 27, 2016 Posted May 27, 2016 why not track the mouse's position after a click? if interact with something == true getMouse().getPosition() Would probably be cleaner to create a proxy class listening for Interactable's interact invocations. 1