Crossplatform way to change screen resolution
- by macropas
Is there any crossplatform way (Windows, Linux, MacOSX) to change screen resolution? Neither Java nor .Net-Mono can do it. Only through native API invocation. It's very strange situation: there are clear (managed) methods to obtain screen resolution, but method for setting is absent. Is this feature very dangerous or complicated?
Does any other crossplatform system (Parrot, RealBasic etc.) do this?