med-material / VREyeTrackingAccuracyTest

VR Tool to Test the Accuracy of the Pupil Labs Eye Tracking Devices (Unity 2018.2.7f1)
MIT License
2 stars 4 forks source link

Refactor StartConfig / LoggingManager #11

Open bastianilso opened 4 years ago

bastianilso commented 4 years ago

Right now pressing the Start Button triggers a function in LoggingManager, which then calls StartConfig. It might make more sense if the call to StartConfig also happened as a response to pressing the StartButton instead of that being re-routed through LoggingManager.