Subversion Repositories group.electronics

Rev

Rev 178 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 178 Rev 180
Line 71... Line 71...
71
 
71
 
72
        public override int Send(UInt64 value) {
72
        public override int Send(UInt64 value) {
73
            this.value = value;
73
            this.value = value;
74
            return this.Send();
74
            return this.Send();
75
        }
75
        }
-
 
76
 
-
 
77
        public override string ToString() {
-
 
78
            return "VJSAxis:" + id.ToString() + ":" + base.value + "\n";
-
 
79
        }
76
    }
80
    }
77
 
81
 
78
    public class CommandVKey : Command {
82
    public class CommandVKey : Command {
79
        OSInput osi;
83
        OSInput osi;
80
        OSInput.VirtualKeyCodes key;
84
        OSInput.VirtualKeyCodes key;