Panda3D
Loading...
Searching...
No Matches
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
20NotifyCategoryDecl( osxdisplay , EXPCL_PANDA_OSXDISPLAY, EXPTP_PANDA_OSXDISPLAY);
21
22extern EXPCL_PANDA_OSXDISPLAY void init_libosxdisplay();
23
24extern ConfigVariableBool show_resize_box;
25extern ConfigVariableBool osx_support_gl_buffer;
26extern ConfigVariableBool osx_disable_event_loop;
27extern 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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDA_OSXDISPLAY void init_libosxdisplay()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.