This commit is contained in:
2024-10-11 23:32:26 +02:00
parent 5d3a620fa7
commit 327e4be1c9
3 changed files with 50 additions and 5 deletions

View File

@@ -166,8 +166,6 @@ Input_State :: struct {
last_touched: Last_Touched_State;
}
input : Input_State;
init_input :: () {
input = .{};
input.has_char = false;