feat: key history algorithm
This commit is contained in:
parent
5d2da3ddbf
commit
1869a92580
8 changed files with 115 additions and 10 deletions
|
@ -17,7 +17,5 @@ namespace Domain {
|
|||
}
|
||||
|
||||
public bool KeyDown(Type key) => _readers[key].KeyDown();
|
||||
public bool KeyPressed(Type key) => _readers[key].KeyPressed();
|
||||
public bool KeyUp(Type key) => _readers[key].KeyUp();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue