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__ */
EXPCL_PANDA_OSXDISPLAY void init_libosxdisplay()
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.
This is a convenience class to specialize ConfigVariable as an integer type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.