to elaborate on the topic title:
I am working on a game with SFML2 (fairly recent version) and I need access to a ViewController object.
Needless to say, SFML hides a lot of things from the user. I don't really even know if the OS X port even uses a View (likely does), or a ViewController (no clue), or if it would be possible to add a ViewController so that the API that I'm using can show/hide some dialogs to appear over the game.
I have no idea who to ask, but I sure hope that this is somehow possible