Example #1
0
        // ***********************************************************************************
        // CONSTRUCTOR
        // ***********************************************************************************

        public HOtk2dButtonEvent(HOtk2dButtonEventType type, HOtk2dButton target)
        {
            this.target = target;
            this.type = type;
        } 
        // ***********************************************************************************
        // CONSTRUCTOR
        // ***********************************************************************************

        public HOtk2dButtonEvent(HOtk2dButtonEventType type, HOtk2dButton target)
        {
            this.target = target;
            this.type   = type;
        }