// Protected function protected bool ReadInput(KeyboardButton input) { if (!haveControl) { return(false); } input.ReadInput(flickAccumulationFactor, dragThresholdMouse, flickThreshold, holdTime, tapTime, doubleTapTime); return(true); }