mattcolman / phaser-list-view

List view class for Phaser. Great for high scoreboards.
http://mattcolman.com/labs/phaser-list-view/index.html
MIT License
115 stars 21 forks source link

On Click listener #16

Closed ankurToko closed 6 years ago

ankurToko commented 7 years ago

How to implement on click functionality for the ListView items.

mattcolman commented 6 years ago

set the searchForClicks option to true. Then you can use sprite.events.onInputUp.add(() => { // handler })