Ejemplo n.º 1
0
        protected virtual bool Wheel(bool Old, bool New, bool Vertical, bool Direction)
        {
            if (!Old && New)
            {
                KbmPost.Wheel(Vertical, Direction ? 1 : -1);
            }

            return(New);
        }
Ejemplo n.º 2
0
        protected virtual Boolean Wheel(Boolean Old, Boolean New, Boolean Vertical, Boolean Direction)
        {
            if (!Old && New)
            {
                KbmPost.Wheel(Vertical, Direction ? 1 : -1);
            }

            return(New);
        }