예제 #1
0
        // 生成と終了


        public GameControllerHIDProperty()
        {
            this.Caps            = new HID.Caps();
            this.ButtonCaps      = new HID.ButtonCaps[0];
            this.ValueCaps       = new HID.ValueCaps[0];
            this.CollectionNodes = new HID.LinkCollectionNode[0];
            this.ButtonState     = new bool[0][];
        }
예제 #2
0
        // 生成と終了


        public GameControllerHIDProperty()
        {
            this.Caps            = new HID.Caps();
            this.ButtonCaps      = Array.Empty <HID.ButtonCaps>();
            this.ValueCaps       = Array.Empty <HID.ValueCaps>();
            this.CollectionNodes = Array.Empty <HID.LinkCollectionNode>();
            this.ButtonState     = Array.Empty <bool[]>();
        }