Tufan Posted June 15, 2017 Share Posted June 15, 2017 How can i find the last active pointer? I'm looking for something like this: game.input.onDown.add(oninputdown, this); function oninputdown(pointer){ lastPointer = pointer; } Link to comment Share on other sites More sharing options...
samme Posted June 15, 2017 Share Posted June 15, 2017 It's always in game.input.activePointer. Tufan 1 Link to comment Share on other sites More sharing options...
Recommended Posts