Panda3D
config_osxdisplay.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_osxdisplay.h
10  */
11 
12 #ifndef __CONFIG_OSXDISPLAY_H__
13 #define __CONFIG_OSXDISPLAY_H__
14 
15 #include "pandabase.h"
16 #include "notifyCategoryProxy.h"
17 #include "configVariableBool.h"
18 #include "configVariableInt.h"
19 
20 NotifyCategoryDecl( osxdisplay , EXPCL_PANDA_OSXDISPLAY, EXPTP_PANDA_OSXDISPLAY);
21 
22 extern EXPCL_PANDA_OSXDISPLAY void init_libosxdisplay();
23 
24 extern ConfigVariableBool show_resize_box;
25 extern ConfigVariableBool osx_support_gl_buffer;
26 extern ConfigVariableBool osx_disable_event_loop;
27 extern ConfigVariableInt osx_mouse_wheel_scale;
28 
29 #endif /* __CONFIG_OSXDISPLAY_H__ */
ConfigVariableBool
This is a convenience class to specialize ConfigVariable as a boolean type.
Definition: configVariableBool.h:23
init_libosxdisplay
EXPCL_PANDA_OSXDISPLAY void init_libosxdisplay()
Initializes the library.
Definition: config_osxdisplay.cxx:70
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
notifyCategoryProxy.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableInt.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableBool.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
ConfigVariableInt
This is a convenience class to specialize ConfigVariable as an integer type.
Definition: configVariableInt.h:24