PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "graphicsWindowInputDevice.h"
#include "graphicsWindow.h"
#include "mouseButton.h"
#include "keyboardButton.h"
Go to the source code of this file.
Functions | |
PT (GraphicsWindowInputDevice) GraphicsWindowInputDevice | |
This named constructor returns an input device that only has a pointing device, no keyboard. More... | |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file graphicsWindowInputDevice.cxx.
PT | ( | GraphicsWindowInputDevice | ) |
This named constructor returns an input device that only has a pointing device, no keyboard.
This named constructor returns an input device that has both a keyboard and pointer.
This named constructor returns an input device that only has a keyboard, no pointing device.
Definition at line 48 of file graphicsWindowInputDevice.cxx.