mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-07 23:41:47 +02:00
Code cleanup
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Numerics;
|
||||
using System.Threading.Tasks;
|
||||
using Cosmos.Kernel.System.Keyboard;
|
||||
using Cosmos.Kernel.System.Mouse;
|
||||
|
||||
using RemSox.Plugs;
|
||||
|
||||
using System.Drawing;
|
||||
|
||||
namespace RemSox.Cryptography;
|
||||
|
||||
public static class CryptoManager
|
||||
@@ -26,7 +23,10 @@ public static class CryptoManager
|
||||
|
||||
RandomNumberGeneratorImplementationImpl.AddMouseEntropy(dx, dy, dz, x, y);
|
||||
|
||||
if (!KeyboardManager.KeyAvailable) return;
|
||||
if (!KeyboardManager.KeyAvailable)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
KeyEvent keyEvent = KeyboardManager.Peek();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user