onMouseScroll method

void onMouseScroll(
  1. int pointer,
  2. Vector2 position,
  3. Vector2 scrollDelta
)

Listen when use scroll of the mouse in your component

Implementation

void onMouseScroll(int pointer, Vector2 position, Vector2 scrollDelta) {}