missionpinball / mpf

Mission Pinball Framework: Open source software to run a real pinball machine.
http://missionpinball.org
MIT License
214 stars 142 forks source link

Move text input logic from mc to mpf #842

Open jabdoa2 opened 7 years ago

jabdoa2 commented 7 years ago

This allows reuse in unity and testing in mpf. Additionally, we currently cannot fuzz highscore because we do not run mc in the fuzzer.

Turn text input into a device. It should be possible to use it for slides, widgets and also for segment_displays or other logic inside the machine.

jabdoa2 commented 6 years ago

also fix #557 at that point