Leafwing-Studios / bevy-sudoku

An open source, educational and (eventually) fully-featured Sudoku game written in the Bevy game engine in Rust.
Apache License 2.0
18 stars 2 forks source link

Move all input logic (from the board and buttons) into input folder #23

Closed alice-i-cecile closed 3 years ago

alice-i-cecile commented 3 years ago

Should not be found in graphics/buttons.rs.

Rename input/mouse.rs to input/board.rs.