mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 10:36:44 +00:00
Clean up
This commit is contained in:
parent
8c592a960f
commit
a38a7a2692
1 changed files with 0 additions and 6 deletions
|
@ -50,12 +50,6 @@ internal class InputEmitter
|
|||
_eventEmitter.OnTick -= OnTick;
|
||||
}
|
||||
|
||||
private static Keys[] rebootKeys = new[]
|
||||
{
|
||||
Keys.Insert,
|
||||
Keys.LeftAlt, Keys.RightAlt,
|
||||
Keys.LeftControl, Keys.RightControl,
|
||||
};
|
||||
private void OnTick(object sender, TickEvent e)
|
||||
{
|
||||
var keyState = Keyboard.GetState();
|
||||
|
|
Loading…
Reference in a new issue