コード例 #1
0
        public SimulatorTracker(ScreenParametersProvider screen, MouseCoordinatesHook hook)
        {
            _config        = new SimulatorConfig();
            _dataGenerator = new GazePointGenerator(_config);

            trackBox    = _config.TrackBox;
            displayArea = _config.DisplayArea;

            _screen = screen;
            _hook   = hook;
        }