21 INLINE
bool GraphicsWindow::
46 _unexposed_draw = unexposed_draw;
53 INLINE
bool GraphicsWindow::
54 get_unexposed_draw()
const {
55 return _unexposed_draw;
66 get_window_handle()
const {
67 return _window_handle;
get_open
Returns true if the window is open.
This object represents a window on the desktop, not necessarily a Panda window.
get_fullscreen
Returns true if the window is in fullscreen mode.
bool is_fullscreen() const
Returns true if the window has been opened as a fullscreen window, false otherwise.
set_unexposed_draw
If this flag is false, the window is redrawn only after it has received a recent "unexpose" or "draw"...