Panda3D
Functions
inputDevice.cxx File Reference

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...
 

Detailed Description

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."

Author
rdb
Date
2015-12-11

Definition in file inputDevice.cxx.

Function Documentation

◆ PT() [1/2]

PT ( ButtonEventList  )

Returns the list of recently-generated ButtonEvents.

The list is also cleared.

Definition at line 68 of file inputDevice.cxx.

◆ PT() [2/2]

PT ( PointerEventList  )

Returns a PointerEventList containing all the recent pointer events.

Clears the list.

Definition at line 91 of file inputDevice.cxx.