Being as I'm a C++ developer with most of my programming experience being with Object-Oriented code, I really like [the idea of] SFML, but have yet to use it and am not really interested in switching from SDL until I have a few questions answered:
1) Does SFML support multiple graphics backends on Linux? Specifically I'm interested in porting SFML to Google Android to develop programs for smartphones using Android, but I know nothing about using linux fbcon so if this backend already exists in SFML it makes that much easier.
2) Is there any plan in the future for SFML to support multiple displays, like is planned for SDL 1.3 and already present in libggi?
3) Does SFML, or will it ever, support multiple mice and detect when mice are attached or detached? From my understanding SDL 1.3-SVN already has this, and it's a feature that I personally would have a purpose for.