OSDN Git Service

hk
[psychlops/silverlight.git] / dev3 / psychlops / core / device / hid.cs
index ff671b5..0dce2b3 100644 (file)
@@ -48,12 +48,12 @@ namespace Psychlops
                }\r
        }\r
 \r
-       public class Mouse\r
+       public static class Mouse\r
        {\r
-               static protected Point position_;\r
+               static internal Point position_;\r
                static internal System.Windows.UIElement _prime;\r
                static public HID.Button left, right, middle;\r
-               static protected Point wheelDelta_;\r
+               static internal Point wheelDelta_;\r
 \r
                static public Point position { get { return position_; } }\r
                static public int x { get { return (int)position_.x; } }\r