GestionnaireTactile adapté au nouvelle classe
This commit is contained in:
@@ -5,8 +5,8 @@ import android.view.View;
|
||||
|
||||
public class GestionnaireTactile implements View.OnTouchListener {
|
||||
|
||||
private static final int NB_LIGNES = EtatJeu.NB_LIGNES;
|
||||
private static final int NB_COLONNES = EtatJeu.NB_COLONNES;
|
||||
private static final int NB_LIGNES = Plateau.NB_LIGNES;
|
||||
private static final int NB_COLONNES = Plateau.NB_COLONNES;
|
||||
private static final float SEUIL_DIRECTION_PX = 10f;
|
||||
|
||||
private final VueGrille vueGrille;
|
||||
|
||||
Reference in New Issue
Block a user