Panda3D
panda
src
osxdisplay
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__ */
ConfigVariableBool
This is a convenience class to specialize ConfigVariable as a boolean type.
Definition:
configVariableBool.h:26
ConfigVariableInt
This is a convenience class to specialize ConfigVariable as an integer type.
Definition:
configVariableInt.h:26
Generated on Wed May 17 2017 23:44:03 for Panda3D by
1.8.13