A fullscreen object occupies the entire screen.
I have problems deactivating fullscreen mode with my program. Entering fullscreen happens correctly, but trying to go back to windowed …
sdl fullscreen sdl-2In older versions of Android, it was necessary to use: android:theme="@android:style/Theme.NoTitleBar.Fullscreen" in the manifest …
android uinavigationbar fullscreen android-fullscreenThe performance of a Direct3D application seems to be significantly better in full screen mode compared to windowed mode. …
performance directx fullscreen direct3dI'm currently working on a WPF application and I don't find how to make my application in full screen. I …
c# wpf xaml fullscreen mahapps.metroI have an app with fragments and inside those fragments I have frame layout into which I add YouTubePlayerSupportFragment. But …
android youtube fullscreenI'm using this Swift code to take a screenshot of my app: UIGraphicsBeginImageContextWithOptions(UIScreen.mainScreen().bounds.size, false, 0); self.view.…
ios swift screenshot fullscreenI'm writing an application that is intended to be run on a dual monitor setup, with a "Display" JFrame going …
java swing jframe fullscreenI'm using pixel-perfect source images and SDL2 to make a program. When set to fullscreen, I'd like it to use …
c++ screen fullscreen sdl-2I have a Windows & Mac program that switches into full-screen mode on multiple monitors. In Qt 4, it seems (I …
c++ qt qt5 fullscreenHow can I (natively) implement the fullscreen feature of OSX Lion in a Java application? The current answers given incorporate …
java macos fullscreen osx-lion