aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.SimulateTouch.UI/Native/TouchSimulate.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.SimulateTouch.UI/Native/TouchSimulate.cs')
-rw-r--r--Software/Visual_Studio/Tango.SimulateTouch.UI/Native/TouchSimulate.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.SimulateTouch.UI/Native/TouchSimulate.cs b/Software/Visual_Studio/Tango.SimulateTouch.UI/Native/TouchSimulate.cs
index 05c73217f..f0fd1095e 100644
--- a/Software/Visual_Studio/Tango.SimulateTouch.UI/Native/TouchSimulate.cs
+++ b/Software/Visual_Studio/Tango.SimulateTouch.UI/Native/TouchSimulate.cs
@@ -15,6 +15,7 @@ namespace Tango.SimulateTouch.UI.Native
int y = this.GetRandomSeed().Next(50, 1080 - 100);
SimulateTouch(x, y);
}
+
private Random GetRandomSeed()
{
byte[] bytes = new byte[4];