update abstract method

bool update(
  1. int left,
  2. int right,
  3. double delta
)

Updates the regions at the given indexes in addition to their neighbours. Returns true if haptic feedback should be performed.

Implementation

bool update(int left, int right, double delta);