Panda3D
|
00001 //////////////////////////////////////////////////////////////////// 00002 // 00003 // PANDA 3D SOFTWARE 00004 // Copyright (c) Carnegie Mellon University. All rights reserved. 00005 // 00006 // All use of this software is subject to the terms of the revised BSD 00007 // license. You should have received a copy of this license along 00008 // with this source code in a file named "LICENSE." 00009 // 00010 //////////////////////////////////////////////////////////////////// 00011 00012 #ifndef __CONFIG_OSXDISPLAY_H__ 00013 #define __CONFIG_OSXDISPLAY_H__ 00014 00015 #include "pandabase.h" 00016 #include "notifyCategoryProxy.h" 00017 #include "configVariableBool.h" 00018 #include "configVariableInt.h" 00019 00020 NotifyCategoryDecl( osxdisplay , EXPCL_PANDAGL, EXPTP_PANDAGL); 00021 00022 extern EXPCL_PANDAGL void init_libosxdisplay(); 00023 00024 extern ConfigVariableBool show_resize_box; 00025 extern ConfigVariableBool osx_support_gl_buffer; 00026 extern ConfigVariableBool osx_disable_event_loop; 00027 extern ConfigVariableInt osx_mouse_wheel_scale; 00028 00029 #endif /* __CONFIG_OSXDISPLAY_H__ */