Panda3D
config_osxdisplay.h
1 ////////////////////////////////////////////////////////////////////
2 //
3 // PANDA 3D SOFTWARE
4 // Copyright (c) Carnegie Mellon University. All rights reserved.
5 //
6 // All use of this software is subject to the terms of the revised BSD
7 // license. You should have received a copy of this license along
8 // with this source code in a file named "LICENSE."
9 //
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_PANDAGL, EXPTP_PANDAGL);
21 
22 extern EXPCL_PANDAGL 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__ */
This is a convenience class to specialize ConfigVariable as a boolean type.
This is a convenience class to specialize ConfigVariable as an integer type.