00001 // Filename: pgMouseWatcherParameter.cxx 00002 // Created by: drose (05Jul01) 00003 // 00004 //////////////////////////////////////////////////////////////////// 00005 // 00006 // PANDA 3D SOFTWARE 00007 // Copyright (c) Carnegie Mellon University. All rights reserved. 00008 // 00009 // All use of this software is subject to the terms of the revised BSD 00010 // license. You should have received a copy of this license along 00011 // with this source code in a file named "LICENSE." 00012 // 00013 //////////////////////////////////////////////////////////////////// 00014 00015 #include "pgMouseWatcherParameter.h" 00016 00017 TypeHandle PGMouseWatcherParameter::_type_handle; 00018 00019 //////////////////////////////////////////////////////////////////// 00020 // Function: PGMouseWatcherParameter::Destructor 00021 // Access: Public, Virtual 00022 // Description: 00023 //////////////////////////////////////////////////////////////////// 00024 PGMouseWatcherParameter:: 00025 ~PGMouseWatcherParameter() { 00026 } 00027 00028 //////////////////////////////////////////////////////////////////// 00029 // Function: PGMouseWatcherParameter::output 00030 // Access: Published 00031 // Description: 00032 //////////////////////////////////////////////////////////////////// 00033 void PGMouseWatcherParameter:: 00034 output(ostream &out) const { 00035 MouseWatcherParameter::output(out); 00036 }