This commit is contained in:
Alessandro Proto 2023-01-28 18:58:33 +01:00
parent 8c592a960f
commit a38a7a2692

View file

@ -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();