From af114e9e36fd9c2cdf79f95313e0b8712e253ed3 Mon Sep 17 00:00:00 2001 From: HOSOKAWA Kenchi Date: Thu, 2 Jun 2011 12:32:36 +0900 Subject: [PATCH] test --- test4/PsychlopsMain.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test4/PsychlopsMain.cs b/test4/PsychlopsMain.cs index 3969c0b..e69a680 100644 --- a/test4/PsychlopsMain.cs +++ b/test4/PsychlopsMain.cs @@ -122,6 +122,9 @@ Math.PI*Math.sin(Math.PI/2*i+2*Math.PI*phase*TF/refresh); fixation2.centering().shift(size*2,0.0); fixation2.draw(Color.red); + Display.var(Mouse.x, 300, 300); + Display.var(Mouse.y, 300, 320); + Display.flip(); -- 2.11.0