On Wed, Dec 11, 2013 at 12:35 AM, Gerd Hoffmann <[email protected]> wrote: > Hi, > >> The biggest changes were in the input handling, where SDL2 has done a major >> overhaul, and I've had to include a generated translation file to get from >> SDL2 codes back to qemu compatible ones. I'm still not sure how the keyboard >> layout code works in qemu, so there may be further work if someone can point >> me a test case that works with SDL1.2 and doesn't with SDL2. > > I've picked it up, cleaned up a bit (more to be done), switched over to > new input core. Simplified the keyboard mess, the new input support in > SDL2 allows us to reduce it to a single+simple lookup table. Pushed > here:
Oh thanks for that, looks a lot cleaner esp the input handling, let me know if there is anything you'd like me to look at. I wasn't sure if we wanted to keep the old text console switching stuff on console 0 or not, I see you've ripped it out, I can't say I ever used it anyways. I've also started reworking gtk for multi-head and have the basics working there as well. Dave.
