Panda3D
Functions | Variables
config_windisplay.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "filename.h"
#include "notifyCategoryProxy.h"
#include "configVariableBool.h"

Go to the source code of this file.

Functions

EXPCL_PANDAWIN void init_libwindisplay ()
 Initializes the library. More...
 
 NotifyCategoryDecl (windisplay, EXPCL_PANDAWIN, EXPTP_PANDAWIN)
 

Variables

ConfigVariableBool auto_cpu_data
 
ConfigVariableBool do_vidmemsize_check
 
ConfigVariableBool dpi_aware
 
ConfigVariableBool dpi_window_resize
 
ConfigVariableBool hold_keys_across_windows
 
ConfigVariableBool ime_aware
 
ConfigVariableBool ime_composition_w
 
ConfigVariableBool ime_hide
 
ConfigVariableBool request_dxdisplay_information
 
ConfigVariableBool responsive_minimized_fullscreen_window
 
EXPCL_PANDAWIN ConfigVariableBool swapbuffer_framelock
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2002-12-20

Definition in file config_windisplay.h.

Function Documentation

◆ init_libwindisplay()

EXPCL_PANDAWIN void init_libwindisplay ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 96 of file config_windisplay.cxx.