Searched refs:ROLL_DECAY (Results 1 – 1 of 1) sorted by relevance
32 private final static float ROLL_DECAY = 8.0f; field in InputGameInterface153 x = x - (sign * ROLL_DECAY * timeDelta); in update()161 y = y - (sign * ROLL_DECAY * timeDelta); in update()