Panda3D
config_windisplay.h
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file config_windisplay.h
10  * @author drose
11  * @date 2002-12-20
12  */
13 
14 #ifndef CONFIG_WINDISPLAY_H
15 #define CONFIG_WINDISPLAY_H
16 
17 #include "pandabase.h"
18 #include "filename.h"
19 #include "notifyCategoryProxy.h"
20 #include "configVariableBool.h"
21 
22 NotifyCategoryDecl(windisplay, EXPCL_PANDAWIN, EXPTP_PANDAWIN);
23 
24 extern ConfigVariableBool responsive_minimized_fullscreen_window;
25 extern ConfigVariableBool hold_keys_across_windows;
26 extern ConfigVariableBool do_vidmemsize_check;
27 extern ConfigVariableBool auto_cpu_data;
28 extern ConfigVariableBool ime_composition_w;
29 extern ConfigVariableBool ime_aware;
30 extern ConfigVariableBool ime_hide;
31 extern ConfigVariableBool request_dxdisplay_information;
32 extern ConfigVariableBool dpi_aware;
33 extern ConfigVariableBool dpi_window_resize;
34 
35 extern EXPCL_PANDAWIN ConfigVariableBool swapbuffer_framelock;
36 
37 extern EXPCL_PANDAWIN void init_libwindisplay();
38 
39 #endif
EXPCL_PANDAWIN void init_libwindisplay()
Initializes the library.
This is a convenience class to specialize ConfigVariable as a boolean type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.