Beispiel #1
0
        public override bool Track(IMouseInformation mouseInformation)
        {
            if (_graphicBuilder != null)
            {
                return(_graphicBuilder.Track(mouseInformation));
            }

            return(false);
        }