added keyboard input for cells when not in noteMode. noteMode is toggled with a right mouse click, and cells can be selected with left click
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package gui.backend;
|
||||
import java.util.ArrayList;
|
||||
|
||||
import gui.Cell;
|
||||
|
||||
/**
|
||||
* The SudokuChecker class is responsible for calculating the solution to
|
||||
* a given Sudoku puzzle.
|
||||
|
||||
Reference in New Issue
Block a user