Beispiel #1
0
        // Protected function
        protected bool ReadInput(KeyboardButton input)
        {
            if (!haveControl)
            {
                return(false);
            }

            input.ReadInput(flickAccumulationFactor, dragThresholdMouse, flickThreshold, holdTime, tapTime, doubleTapTime);
            return(true);
        }