Exemplo n.º 1
0
        // ***********************************************************************************
        // CONSTRUCTOR
        // ***********************************************************************************

        public HOtk2dButtonEvent(HOtk2dButtonEventType type, HOtk2dButton target)
        {
            this.target = target;
            this.type = type;
        } 
Exemplo n.º 2
0
        // ***********************************************************************************
        // CONSTRUCTOR
        // ***********************************************************************************

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