PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "inputDevice.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &out, InputDevice::DeviceClass dc) |
std::ostream & | operator<< (std::ostream &out, InputDevice::Axis axis) |
PT (ButtonEventList) InputDevice | |
Returns the list of recently-generated ButtonEvents. More... | |
PT (PointerEventList) InputDevice | |
Returns a PointerEventList containing all the recent pointer events. 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 inputDevice.cxx.
PT | ( | ButtonEventList | ) |
Returns the list of recently-generated ButtonEvents.
The list is also cleared.
Definition at line 68 of file inputDevice.cxx.
PT | ( | PointerEventList | ) |
Returns a PointerEventList containing all the recent pointer events.
Clears the list.
Definition at line 91 of file inputDevice.cxx.