'rgl.bringtotop' brings the current RGL window to the
front of the window stack (and gives it focus).
Usage
rgl.bringtotop(stay = FALSE)
Arguments
- stay
whether to make the window stay on top.
Details
If stay is TRUE, then the window will stay on top
of normal windows.
Author
Ming Chen/Duncan Murdoch
Note
not completely implemented for X11 graphics (stay not implemented;
window managers such as KDE may block this action
(set "Focus stealing prevention level" to None in Control Center/Window Behavior/Advanced)).
Not currently implemented under OS/X.