List of usage examples for com.badlogic.gdx.input GestureDetector setTapSquareSize
public void setTapSquareSize(float halfTapSquareSize)
From source file:com.strategames.catchdastars.screens.editor.LevelEditorScreen.java
License:Open Source License
@Override protected void setupUI(Stage stage) { this.snapToGrid = LevelEditorPreferences.snapToGridEnabled(); GestureDetector d = new GestureDetector(this); d.setTapSquareSize(60f); getMultiplexer().addProcessor(d);// w w w .j av a 2 s . c om }