Open Ducasse opened 10 months ago
but the control of the world is not related to spec (as it could easily not exist)
unless you are talking about any single presenter, in which case this is not how spec is designed, and those properties are related to a SpWindowPresenter
, where you can already affect the #extent:
and already can #maximize
and #minimize
(and I guess we could add a #fullscreen
idiom)
What I mean is that people should not be forced to violate layer to access to the size of the screen or other information relative to the display their application is running on. If I want to have a window with a third of the screen size then I should be able to do it. So this is why I need to know the size of the screen.
Such as fullScreen, width, height. May be this should be done at the level of SpPresenter and the back-end.