Top "Fullscreen" questions

A fullscreen object occupies the entire screen.

SDL2: How to properly toggle fullscreen?

I have problems deactivating fullscreen mode with my program. Entering fullscreen happens correctly, but trying to go back to windowed …

sdl fullscreen sdl-2
Using SystemUiHider to keep the navigation bar hidden

In older versions of Android, it was necessary to use: android:theme="@android:style/Theme.NoTitleBar.Fullscreen" in the manifest …

android uinavigationbar fullscreen android-fullscreen
Why Direct3D application performs better in full screen mode?

The performance of a Direct3D application seems to be significantly better in full screen mode compared to windowed mode. …

performance directx fullscreen direct3d
WPF Metro Window full screen

I'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.metro
Disable full screen for youtube api

I have an app with fragments and inside those fragments I have frame layout into which I add YouTubePlayerSupportFragment. But …

android youtube fullscreen
Screenshot Only Part of Screen - Swift

I'm using this Swift code to take a screenshot of my app: UIGraphicsBeginImageContextWithOptions(UIScreen.mainScreen().bounds.size, false, 0); self.view.…

ios swift screenshot fullscreen
Java setFullScreenWindow() keep on top

I'm writing an application that is intended to be run on a dual monitor setup, with a "Display" JFrame going …

java swing jframe fullscreen
How can I get the screen resolution using SDL2?

I'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-2
In Qt 5, what's the right way to show multi-monitor full screen QWidget windows?

I have a Windows & Mac program that switches into full-screen mode on multiple monitors. In Qt 4, it seems (I …

c++ qt qt5 fullscreen
Fullscreen feature for Java Apps on OSX Lion

How can I (natively) implement the fullscreen feature of OSX Lion in a Java application? The current answers given incorporate …

java macos fullscreen osx-lion