From: HOSOKAWA Kenchi Date: Thu, 2 Jun 2011 03:32:36 +0000 (+0900) Subject: test X-Git-Url: http://git.osdn.jp/view?p=psychlops%2Fsilverlight.git;a=commitdiff_plain;h=af114e9e36fd9c2cdf79f95313e0b8712e253ed3 test --- 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();