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