Issues.00502 - lordmundi/wikidoctest GitHub Wiki
00502: Simple method for running fullscreen while maintaining keyboard focus
Summary: Simple method for running fullscreen while maintaining keyboard focus
Created: 2014–01–30 10:59
Status: Released
Category: Request
From: frankie
Version: 2.3
Released_In: 2.4
Description:
Using -fullscreen and -noborder command line options will allow you to run in a complete fullscreen mode with no window decorations. However, if you wish to also retain keyboard and mouse window focus, this is not effective.
This is a request for a simple way to toggle to fullscreen while running while retaining the ability to use the mouse and fly the camera with the keyboard.
Comments
frankie March 20, 2014, at 03:44 PM: This is now added in. Right click on the view to toggle the menubar and fullscreen on and off. The functionality is implemented in gui/fullscreen_helper2.tcl (which you can read about here: FullscreenHelper2) in case you want to customize it in your userdata.
Associated Commits
| commit | 0be9d80c1b4d19d49a8e524eab3a72314503723a
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Fri Oct 2 11:59:12 2015 -0500
|
| Message: | [@Issue 00502: Also adding fullscreen helper script to blank graphics config
@] |
Affected Files:
blank.cfg | 1 +
1 file changed, 1 insertion(+)
| commit | 99d7d1f179b23c342f26a24ac4d8311c1ba33b1a
link7 |
||
| Author: | Frank Graffagnino
|
| Date: | Thu Mar 20 15:43:23 2014 -0500
|
| Message: | [@Issue 00502: Added in new fullscreen helper capability
@] |
Affected Files:
cev.cfg | 1 +
gui/fullscreen_helper2.tcl | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)