HomeSort by relevance Sort by last modified time
    Searched refs:shiftIgnoresSnap (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
ProgressBar.java 55 boolean shiftIgnoresSnap;
235 if (!shiftIgnoresSnap || (!Gdx.input.isKeyPressed(Keys.SHIFT_LEFT) && !Gdx.input.isKeyPressed(Keys.SHIFT_RIGHT)))
Slider.java 62 shiftIgnoresSnap = true;

Completed in 43 milliseconds