Woody Posted May 27, 2016 Share Posted May 27, 2016 why not track the mouse's position after a click? if interact with something == true getMouse().getPosition() Quote Link to comment Share on other sites More sharing options...
Botre Posted May 27, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...