c++ Programming Glossary: fullscreen
Display Different images per monitor directX 10 http://stackoverflow.com/questions/10744788/display-different-images-per-monitor-directx-10 your results which resolves to what each monitor gets in fullscreen don't forget to adjust the viewport for every window accordingly.. to multiple windows. Also I will only consider the fullscreen case here but creating it in windowed mode is more than possible.. there is something of interest in the message queue think fullscreen mode switches etc. MSDN for more info. if i 0 factory MakeWindowAssociation..
What is the most efficient way to display decoded video frames in Qt? http://stackoverflow.com/questions/1242005/what-is-the-most-efficient-way-to-display-decoded-video-frames-in-qt the original image resolution as opposed to the upscaled fullscreen resolution. I was pegging my processor on just the display decoding.. Now my display thread only uses about 8 9 of a core for fullscreen 1920x1200 30fps playback. I'm sure it could probably get even..
Fullscreen widget http://stackoverflow.com/questions/1246825/fullscreen-widget widget i have a question. How can i make my widget fullscreen I've tried something like this void MainWindow SetFullScreen.. panels. Any another ideas OS Linux c linux qt widget fullscreen share improve this question QWidget showFullScreen is what..
Skewed frustum/off-axis projection for head tracking in OpenGL http://stackoverflow.com/questions/16723674/skewed-frustum-off-axis-projection-for-head-tracking-in-opengl
Hooking DirectX EndScene from an injected DLL http://stackoverflow.com/questions/1994676/hooking-directx-endscene-from-an-injected-dll with the existing device and it may bug with windowed vs. fullscreen mode etc. Same as the third method. However you'll do a pattern..
Fullscreen DirectX Overlay? Yes.. again C# http://stackoverflow.com/questions/3549004/fullscreen-directx-overlay-yes-again-c-sharp does not work very well because it will not work in fullscreen at all and the transparency didn't work. basically had a transparency..
How to check if an other program is running in fullscreen mode, eg. a media player http://stackoverflow.com/questions/3797802/how-to-check-if-an-other-program-is-running-in-fullscreen-mode-eg-a-media-play to check if an other program is running in fullscreen mode eg. a media player How can I check if an other app is.. in Avast. How could I do that Thank you. c mfc dialog fullscreen share improve this question using a combination of EnumWindows..
How to fullscreen a QGLWidget? http://stackoverflow.com/questions/4046004/how-to-fullscreen-a-qglwidget to fullscreen a QGLWidget I am new to OpenGL and Qt and I am learning both.. screen even without the top part where you have the close fullscreen and minimize buttons. I have this program so far #include QApplication.. What should I add to it to make w full screen c qt opengl fullscreen qglwidget share improve this question showFullScreen Although..
X11/Xlib: Create “GlassPane”-Window http://stackoverflow.com/questions/4326534/x11-xlib-create-glasspane-window Some kind of GlassPane as it's known for Java Windows but fullscreen. Then I'd like to draw on this window. Is this somehow possible..
How detect current screen resolution? http://stackoverflow.com/questions/4631292/how-detect-current-screen-resolution resolution Some background I want to start a new OpenGL fullscreen window but want it open with the same horizontal and vertical..
Qt QCoreApplication::postEvent http://stackoverflow.com/questions/8729508/qt-qcoreapplicationpostevent not do what I want any longer. A second widget is shown in fullscreen mode and I know that all mouse events have to go to this window..
|