void OnPress(bool isDown) { listPopulator.itemIsPressed(itemDataIndex, isDown); }
void OnPress(bool isDown) { listPopulator.itemIsPressed(itemDataIndex, isDown); // change sprite color backgroundSprite.color = isDown?spritePressedColor:spriteColor; }